Fixed Addon#onReload() Javadoc since tag

This commit is contained in:
Florian CUNY 2018-12-15 10:37:39 +01:00
parent 7dd06b9d9b
commit 45e682e258

View File

@ -58,7 +58,7 @@ public abstract class Addon {
/** /**
* Executes code when reloading the addon. * Executes code when reloading the addon.
* *
* @since 0.17.0 (Alpha 11) * @since 0.17.0 (Alpha 12)
*/ */
public void onReload() {} public void onReload() {}