X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FDeletePostCommand.java;h=b2fbd54798712a7b6ef1942448901c278b9f8331;hp=b5ace1d1f53148a8c60eacf428b8236896325f78;hb=62573c314957b1851f4fbe693b8746686caa940a;hpb=e7550501ed1b8bcb07206a0fb76f07a52c300c6d diff --git a/src/main/java/net/pterodactylus/sone/fcp/DeletePostCommand.java b/src/main/java/net/pterodactylus/sone/fcp/DeletePostCommand.java index b5ace1d..b2fbd54 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/DeletePostCommand.java +++ b/src/main/java/net/pterodactylus/sone/fcp/DeletePostCommand.java @@ -27,7 +27,6 @@ import freenet.support.SimpleFieldSet; * FCP command that deletes a {@link Post}. * * @see Core#deletePost(Post) - * @author David ‘Bombe’ Roden */ public class DeletePostCommand extends AbstractSoneCommand {