Continue to work on user-defined types

This commit is contained in:
Richard Cordovano 2014-12-08 09:05:42 -05:00
parent 6e9c22032b
commit c413aae377

View File

@ -51,7 +51,7 @@ final class FileTypeIdGlobalSettingsPanel extends IngestModuleGlobalSettingsPane
* programming. * programming.
*/ */
private static final String DEFAULT_TYPE_NAME_BASE = "userdefined/userdefined"; //NON-NLS private static final String DEFAULT_TYPE_NAME_BASE = "userdefined/userdefined"; //NON-NLS
private static final AtomicInteger defaultTypeNameCounter = new AtomicInteger(1); private static final AtomicInteger defaultTypeNameCounter = new AtomicInteger(1); // RJCTODO: Need to save and init counter
/** /**
* The list model for the file types list component of this panel is the set * The list model for the file types list component of this panel is the set