Remove @author tags
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / CreateReplyCommand.java
index d268a07..cfc97fb 100644 (file)
@@ -30,7 +30,6 @@ import freenet.support.SimpleFieldSet;
  * FCP command that creates a new {@link Reply}.
  *
  * @see Core#createReply(Sone, Post, String)
- * @author <a href="mailto:bombe@pterodactylus.net">David ‘Bombe’ Roden</a>
  */
 public class CreateReplyCommand extends AbstractSoneCommand {