Removed since Javadoc tags

This commit is contained in:
Florian CUNY 2019-01-03 17:28:18 +01:00
parent a5831947c2
commit 9545c74833
7 changed files with 0 additions and 8 deletions

View File

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

View File

@ -4,6 +4,5 @@ package world.bentobox.bentobox.api.events;
* Fired when plugin is ready to play and all files are loaded
*
* @author tastybento
* @since 1.0
*/
public class BentoBoxReadyEvent extends PremadeEvent {}

View File

@ -7,7 +7,6 @@ import world.bentobox.bentobox.api.events.PremadeEvent;
/**
* @author Poslovitch
* @since 1.0
*/
public class AddonBaseEvent extends PremadeEvent {

View File

@ -10,7 +10,6 @@ import world.bentobox.bentobox.api.events.PremadeEvent;
* Fired when a team event happens.
*
* @author tastybento
* @since 1.0
*/
public class CommandEvent extends PremadeEvent implements Cancellable {

View File

@ -12,7 +12,6 @@ import world.bentobox.bentobox.database.objects.Island;
* Canceling this event will result in canceling the change.
*
* @author Poslovitch
* @since 1.0
*/
public class FlagChangeEvent extends IslandBaseEvent {
private final UUID player;

View File

@ -13,7 +13,6 @@ import world.bentobox.bentobox.lists.Flags;
* Fired when an island event happens.
*
* @author tastybento
* @since 1.0
*/
public class IslandEvent extends IslandBaseEvent {

View File

@ -11,7 +11,6 @@ import world.bentobox.bentobox.database.objects.Island;
* Fired when a team event happens.
*
* @author tastybento
* @since 1.0
*/
public class TeamEvent {