diff --git a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java index 9a643715f7..dd2cf75c39 100644 --- a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java +++ b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java @@ -52,7 +52,7 @@ final class CommonFilesPanel extends javax.swing.JPanel { private static final long serialVersionUID = 1L; - public static final Long NO_DATA_SOURCE_SELECTED = -1L; + private static final Long NO_DATA_SOURCE_SELECTED = -1L; private ComboBoxModel dataSourcesList = new DataSourceComboBoxModel(); private Map dataSourceMap;