Minor Java doc addition to clarify getAddon()

This commit is contained in:
tastybento 2021-03-07 10:09:18 -08:00
parent 5142894127
commit 7d6cce6563

View File

@ -678,6 +678,7 @@ public abstract class CompositeCommand extends Command implements PluginIdentifi
} }
/** /**
* Get the parental addon
* @return the addon * @return the addon
*/ */
@SuppressWarnings("unchecked") @SuppressWarnings("unchecked")