Skip to content
Snippets Groups Projects
Commit 84635f84 authored by William Schaefer's avatar William Schaefer
Browse files

4590 remove newly added use_details attr in favor of using tsk_description

parent b750ad3b
No related branches found
No related tags found
No related merge requests found
...@@ -1312,9 +1312,6 @@ public enum ATTRIBUTE_TYPE { ...@@ -1312,9 +1312,6 @@ public enum ATTRIBUTE_TYPE {
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING), TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING),
TSK_ICCID(130, "TSK_ICCID", //NON-NLS TSK_ICCID(130, "TSK_ICCID", //NON-NLS
bundle.getString("BlackboardAttribute.tskIccid.text"), bundle.getString("BlackboardAttribute.tskIccid.text"),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING),
TSK_DATA_SOURCE_USE_DETAILS(131, "TSK_DATA_SOURCE_USE_DETAILS", //NON-NLS
bundle.getString("BlackboardAttribute.tskDataSourceUseDetails.text"),
TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING); TSK_BLACKBOARD_ATTRIBUTE_VALUE_TYPE.STRING);
private final int typeID; private final int typeID;
......
...@@ -170,7 +170,6 @@ BlackboardAttribute.tskMacAddress.text=MAC Address ...@@ -170,7 +170,6 @@ BlackboardAttribute.tskMacAddress.text=MAC Address
BlackboardAttribute.tskImei.text=IMEI BlackboardAttribute.tskImei.text=IMEI
BlackboardAttribute.tskImsi.text=IMSI BlackboardAttribute.tskImsi.text=IMSI
BlackboardAttribute.tskIccid.text=ICCID BlackboardAttribute.tskIccid.text=ICCID
BlackboardAttribute.tskDataSourceUseDetails.text=Use Details
AbstractFile.readLocal.exception.msg4.text=Error reading local file\: {0} AbstractFile.readLocal.exception.msg4.text=Error reading local file\: {0}
AbstractFile.readLocal.exception.msg1.text=Error reading local file, local path is not set AbstractFile.readLocal.exception.msg1.text=Error reading local file, local path is not set
AbstractFile.readLocal.exception.msg2.text=Error reading local file, it does not exist at local path\: {0} AbstractFile.readLocal.exception.msg2.text=Error reading local file, it does not exist at local path\: {0}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment