Skip to content
Snippets Groups Projects
Commit d6fde7b4 authored by Raman's avatar Raman
Browse files

Fix the ids for newly defined artifacts (got messed up in a merge conflict)

parent 2dee516c
Branches
Tags
No related merge requests found
......@@ -1183,12 +1183,12 @@ public enum ARTIFACT_TYPE implements SleuthkitVisitableItem {
/**
* Indicates auto fill data from a Web form
*/
TSK_WEB_FORM_AUTOFILL(48, "TSK_WEB_FORM_AUTOFILL", //NON-NLS
TSK_WEB_FORM_AUTOFILL(49, "TSK_WEB_FORM_AUTOFILL", //NON-NLS
bundle.getString("BlackboardArtifact.tskWebFormAutofill.text")),
/**
* Indicates an person's address filled in a web form
*/
TSK_WEB_FORM_ADDRESS (49, "TSK_WEB_FORM_ADDRESSES ", //NON-NLS
TSK_WEB_FORM_ADDRESS (50, "TSK_WEB_FORM_ADDRESSES ", //NON-NLS
bundle.getString("BlackboardArtifact.tskWebFormAddresses.text"));
private final String label;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment