X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FGetPostCommand.java;h=6378673e74d229d375437706d2d9af59bed4f9c9;hp=a6f1ae8bc37550e550769f10106a8d1056bb1404;hb=62573c314957b1851f4fbe693b8746686caa940a;hpb=e7550501ed1b8bcb07206a0fb76f07a52c300c6d diff --git a/src/main/java/net/pterodactylus/sone/fcp/GetPostCommand.java b/src/main/java/net/pterodactylus/sone/fcp/GetPostCommand.java index a6f1ae8..6378673 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/GetPostCommand.java +++ b/src/main/java/net/pterodactylus/sone/fcp/GetPostCommand.java @@ -24,8 +24,6 @@ import freenet.support.SimpleFieldSet; /** * The “GetPost” FCP command returns a single {@link Post} to an FCP client. - * - * @author David ‘Bombe’ Roden */ public class GetPostCommand extends AbstractSoneCommand {