forked from SteamWar/SteamWar
Format code
This commit is contained in:
@@ -39,7 +39,7 @@ public class StaticValueCommand extends TestSWCommand {
|
||||
}
|
||||
|
||||
@Register
|
||||
public void booleanStaticValueOtherFalseValue(String s, @StaticValue(value = {"-d", "-e", "-f"}, allowISE = true, falseValues = { 1 }) boolean staticValue) {
|
||||
public void booleanStaticValueOtherFalseValue(String s, @StaticValue(value = {"-d", "-e", "-f"}, allowISE = true, falseValues = {1}) boolean staticValue) {
|
||||
throw new ExecutionIdentifier("RunStaticValue with " + staticValue);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user