Improve the README
This commit is contained in:
parent
f26b200809
commit
b00dc9ba17
2 changed files with 47 additions and 24 deletions
|
|
@ -73,7 +73,7 @@ import java.util.stream.Collectors;
|
|||
* <p>
|
||||
* Scenarios one and two would result in a {@link InvalidSyntaxException} being thrown, whereas
|
||||
* scenario three would result in a {@link NoSuchCommandException} if occurring at the root node
|
||||
* or a {@link InvalidSyntaxException otherwise}. Only the fourth scenario would result in a complete
|
||||
* or a {@link InvalidSyntaxException} otherwise. Only the fourth scenario would result in a complete
|
||||
* command being parsed.
|
||||
*
|
||||
* @param <C> Command sender type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue