Fix long argument examples
This commit is contained in:
committed by
Nathan Adams
parent
bbfb8a7da1
commit
e60b24f36b
@@ -84,4 +84,9 @@ public class LongArgumentType implements ArgumentType<Long> {
|
||||
return "longArg(" + minimum + ", " + maximum + ")";
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public Collection<String> getExamples() {
|
||||
return EXAMPLES;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user