X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fcore%2Fevent%2FPostReplyEvent.java;h=aa3f6e0d463d394ffc46ebfe2b6434a1c5da12bd;hb=dc2c9841332285fba6b05567d940dea89a6f113e;hp=b5e9a1f3f3127f3e3098b18cdac988a576639c5d;hpb=6e9a43ccd93ae125720547c0fe421dc81a54ba90;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/core/event/PostReplyEvent.java b/src/main/java/net/pterodactylus/sone/core/event/PostReplyEvent.java index b5e9a1f..aa3f6e0 100644 --- a/src/main/java/net/pterodactylus/sone/core/event/PostReplyEvent.java +++ b/src/main/java/net/pterodactylus/sone/core/event/PostReplyEvent.java @@ -1,5 +1,5 @@ /* - * Sone - PostReplyEvent.java - Copyright © 2013 David Roden + * Sone - PostReplyEvent.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.PostReply; /** * Base class for {@link PostReply} events. - * - * @author David ‘Bombe’ Roden */ public class PostReplyEvent {