zen0wu / topcoder-greed

greedy editor for topcoder arena
Apache License 2.0
229 stars 45 forks source link

CommandConfig's "arguments" key should not be Required #147

Closed Kimi-Arthur closed 10 years ago

Kimi-Arthur commented 10 years ago

CommandConfig's arguments should not be Required like in src/main/java/greed/conf/schema/CommandConfig.java:

@Required
private String[] arguments;

But rather, it should default to an empty string array.