X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FLikePostCommand.java;h=9cda55ced2b06ce4a370d1e0ea43848a49ffa0e0;hp=a2fdd1815d1db8989754fa31c85449468657534c;hb=62573c314957b1851f4fbe693b8746686caa940a;hpb=e7550501ed1b8bcb07206a0fb76f07a52c300c6d diff --git a/src/main/java/net/pterodactylus/sone/fcp/LikePostCommand.java b/src/main/java/net/pterodactylus/sone/fcp/LikePostCommand.java index a2fdd18..9cda55c 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/LikePostCommand.java +++ b/src/main/java/net/pterodactylus/sone/fcp/LikePostCommand.java @@ -26,8 +26,6 @@ import freenet.support.SimpleFieldSet; /** * Implements the “LikePost” FCP command which allows the user to like a post. - * - * @author David ‘Bombe’ Roden */ public class LikePostCommand extends AbstractSoneCommand {