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