X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffcp%2FGetPostCommand.java;h=8033bcb96b266a8f8def1e8d1a193af1a208b3f8;hp=a6f1ae8bc37550e550769f10106a8d1056bb1404;hb=HEAD;hpb=ffd92ca2374c0b2218e583d02e0bdd24b8c110ae diff --git a/src/main/java/net/pterodactylus/sone/fcp/GetPostCommand.java b/src/main/java/net/pterodactylus/sone/fcp/GetPostCommand.java index a6f1ae8..8033bcb 100644 --- a/src/main/java/net/pterodactylus/sone/fcp/GetPostCommand.java +++ b/src/main/java/net/pterodactylus/sone/fcp/GetPostCommand.java @@ -1,5 +1,5 @@ /* - * Sone - GetPostCommand.java - Copyright © 2011–2016 David Roden + * Sone - GetPostCommand.java - Copyright © 2011–2020 David Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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 {