mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
access modifiers
This commit is contained in:
parent
2b26f25b5f
commit
fb307257c9
@ -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<String> dataSourcesList = new DataSourceComboBoxModel();
|
||||
private Map<Long, String> dataSourceMap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user