mirror of
https://github.com/RatzzFatzz/MKVAudioSubtitleChanger.git
synced 2026-02-11 02:05:56 +01:00
Reimplement basic statistics
This commit is contained in:
@@ -9,7 +9,7 @@ public enum ConfigProperty {
|
||||
SAFE_MODE("safe-mode"),
|
||||
HELP("help");
|
||||
|
||||
private String property;
|
||||
private final String property;
|
||||
|
||||
ConfigProperty(String property) {
|
||||
this.property = property;
|
||||
|
||||
Reference in New Issue
Block a user