mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-19 19:14:55 +00:00
have enum follow same naming convention
This commit is contained in:
parent
c1a17f0725
commit
2ea37fce91
@ -137,8 +137,8 @@ public class Case implements SleuthkitCase.ErrorObserver {
|
||||
*/
|
||||
public enum CaseType {
|
||||
|
||||
LOCAL("Local Case"),
|
||||
SHARED("Shared Case");
|
||||
LOCAL("Single-user case"),
|
||||
SHARED("Multi-user case");
|
||||
|
||||
private final String caseName;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user