Fix long argument examples
This commit is contained in:
parent
bbfb8a7da1
commit
e60b24f36b
1 changed files with 5 additions and 0 deletions
|
@ -84,4 +84,9 @@ public class LongArgumentType implements ArgumentType<Long> {
|
||||||
return "longArg(" + minimum + ", " + maximum + ")";
|
return "longArg(" + minimum + ", " + maximum + ")";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public Collection<String> getExamples() {
|
||||||
|
return EXAMPLES;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue