@ -38,7 +38,7 @@ public @interface Warning {
|
||||
*/
|
||||
DEFAULT;
|
||||
|
||||
private static final Map<String, WarningState> values = ImmutableMap.<String,WarningState>builder()
|
||||
private static final Map<String, WarningState> values = ImmutableMap.<String, WarningState>builder()
|
||||
.put("off", OFF)
|
||||
.put("false", OFF)
|
||||
.put("f", OFF)
|
||||
|
||||
Reference in New Issue
Block a user