X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2Fevent%2FSoneInsertAbortedEvent.java;h=82cc8b0a3611242180afa4e45dcb0effd9140b98;hp=fa68c26b28406673199d10087c2a72ada7c5cd4c;hb=62573c314957b1851f4fbe693b8746686caa940a;hpb=76ed638264e531a26e35647d13702db865a52321 diff --git a/src/main/java/net/pterodactylus/sone/core/event/SoneInsertAbortedEvent.java b/src/main/java/net/pterodactylus/sone/core/event/SoneInsertAbortedEvent.java index fa68c26..82cc8b0 100644 --- a/src/main/java/net/pterodactylus/sone/core/event/SoneInsertAbortedEvent.java +++ b/src/main/java/net/pterodactylus/sone/core/event/SoneInsertAbortedEvent.java @@ -1,5 +1,5 @@ /* - * Sone - SoneInsertAbortedEvent.java - Copyright © 2013–2015 David Roden + * Sone - SoneInsertAbortedEvent.java - Copyright © 2013–2016 David Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,8 +21,6 @@ import net.pterodactylus.sone.data.Sone; /** * Event that signals that a {@link Sone} insert was aborted. - * - * @author David ‘Bombe’ Roden */ public class SoneInsertAbortedEvent extends SoneEvent {