Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / data / PostReply.java
index 6821b7b..a49ac1d 100644 (file)
@@ -23,8 +23,6 @@ import com.google.common.base.Predicate;
 /**
  * A reply is like a {@link Post} but can never be posted on its own, it always
  * refers to another {@link Post}.
- *
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public interface PostReply extends Reply<PostReply> {