Skip to content
Snippets Groups Projects
Commit 1df17993 authored by adam-m's avatar adam-m
Browse files

make empty comment be empty string

parent bd6d89c7
No related branches found
No related tags found
No related merge requests found
...@@ -64,7 +64,7 @@ public class Tags implements AutopsyVisitableItem { ...@@ -64,7 +64,7 @@ public class Tags implements AutopsyVisitableItem {
private static final String TAG_ICON_PATH = "org/sleuthkit/autopsy/images/tag-folder-blue-icon-16.png"; private static final String TAG_ICON_PATH = "org/sleuthkit/autopsy/images/tag-folder-blue-icon-16.png";
private Map<BlackboardArtifact.ARTIFACT_TYPE, Map<String, List<BlackboardArtifact>>> tags; private Map<BlackboardArtifact.ARTIFACT_TYPE, Map<String, List<BlackboardArtifact>>> tags;
private static final String EMPTY_COMMENT = "No Comment"; private static final String EMPTY_COMMENT = "";
Tags(SleuthkitCase skCase) { Tags(SleuthkitCase skCase) {
this.skCase = skCase; this.skCase = skCase;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment