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