X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Ffreenet%2Ffcp%2FCommand.java;h=343954a2d589c202cbc08ad89ede16443e5eed0a;hp=17f8370d6d32c655e47a9a8ae257dd74dcb1fdf6;hb=62573c314957b1851f4fbe693b8746686caa940a;hpb=e7550501ed1b8bcb07206a0fb76f07a52c300c6d diff --git a/src/main/java/net/pterodactylus/sone/freenet/fcp/Command.java b/src/main/java/net/pterodactylus/sone/freenet/fcp/Command.java index 17f8370..343954a 100644 --- a/src/main/java/net/pterodactylus/sone/freenet/fcp/Command.java +++ b/src/main/java/net/pterodactylus/sone/freenet/fcp/Command.java @@ -23,8 +23,6 @@ import freenet.support.SimpleFieldSet; /** * Implementation of an FCP interface for other clients or plugins to * communicate with Sone. - * - * @author David ‘Bombe’ Roden */ public interface Command { @@ -42,8 +40,6 @@ public interface Command { /** * The access type of the request. - * - * @author David ‘Bombe’ Roden */ public static enum AccessType { @@ -60,8 +56,6 @@ public interface Command { /** * Interface for command replies. - * - * @author David ‘Bombe’ Roden */ public static class Response { @@ -98,8 +92,6 @@ public interface Command { /** * Response implementation that can return an error message and an optional * error code. - * - * @author David ‘Bombe’ Roden */ public class ErrorResponse extends Response {