File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ public class ExtractedContentViewer implements DataContentViewer {
5454
5555 private static final long INVALID_DOCUMENT_ID = 0L ;
5656 private static final BlackboardAttribute .Type TSK_ASSOCIATED_ARTIFACT_TYPE = new BlackboardAttribute .Type (TSK_ASSOCIATED_ARTIFACT );
57- public static final BlackboardAttribute .Type TSK_ACCOUNT_TYPE = new BlackboardAttribute .Type (BlackboardAttribute .ATTRIBUTE_TYPE .TSK_ACCOUNT_TYPE );
57+ private static final BlackboardAttribute .Type TSK_ACCOUNT_TYPE = new BlackboardAttribute .Type (BlackboardAttribute .ATTRIBUTE_TYPE .TSK_ACCOUNT_TYPE );
5858
5959 private ExtractedContentPanel panel ;
6060 private volatile Node currentNode = null ;
You can’t perform that action at this time.
0 commit comments