mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
Continue to work on user-defined types
This commit is contained in:
parent
6e9c22032b
commit
c413aae377
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user