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