Update invalid JavaDoc

This commit is contained in:
Esophose 2018-10-07 16:51:03 -06:00
parent 6fb22e16c7
commit 53fabbacae
11 changed files with 34 additions and 21 deletions

View file

@ -24,6 +24,7 @@ public interface CommandModule {
*
* @param pplayer The PPlayer who is tab completing this command
* @param args Arguments typed so far
* @return A list of possible argument values
*/
public List<String> onTabComplete(PPlayer pplayer, String[] args);