Various minor cleanup

This commit is contained in:
Jason Penilla 2021-06-28 02:13:48 -07:00 committed by Jason
parent 0c5fec4187
commit f7b7b93251
12 changed files with 29 additions and 21 deletions

View file

@ -746,7 +746,7 @@ public class CommandArgument<C, T> implements Comparable<CommandArgument<?, ?>>,
}
/**
* A variant of builders designed for subclassing, that returns a self type .
* A variant of builders designed for subclassing, that returns a self type.
*
* @param <C> sender type
* @param <T> argument value type