access modifiers

This commit is contained in:
Brian Sweeney 2018-04-23 16:31:18 -06:00
parent 2b26f25b5f
commit fb307257c9

View File

@ -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;