Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / data / impl / PostReplyImpl.java
index 3571172..5d5d7f0 100644 (file)
@@ -28,8 +28,6 @@ import com.google.common.base.Optional;
 
 /**
  * Simple {@link PostReply} implementation.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class PostReplyImpl extends ReplyImpl<PostReply> implements PostReply {