X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FGetPostFeedCommand.java;h=1e2ca7d6858fc8a92b0aebb0133febaadc6e094f;hp=4ee15e30aa6d00e7bf2d6369a34f0d86e6228299;hb=62573c314957b1851f4fbe693b8746686caa940a;hpb=8e313509a42a8c638fcac018dd73dd975bf9cb68 diff --git a/src/main/java/net/pterodactylus/sone/fcp/GetPostFeedCommand.java b/src/main/java/net/pterodactylus/sone/fcp/GetPostFeedCommand.java index 4ee15e3..1e2ca7d 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/GetPostFeedCommand.java +++ b/src/main/java/net/pterodactylus/sone/fcp/GetPostFeedCommand.java @@ -35,8 +35,6 @@ import freenet.support.SimpleFieldSet; /** * Implementation of an FCP interface for other clients or plugins to * communicate with Sone. - * - * @author David ‘Bombe’ Roden */ public class GetPostFeedCommand extends AbstractSoneCommand {