X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FProtocolError.java;h=05d169d28f529452ed77ae014512f9571a6b66ac;hb=19b64d7251237d7fae94b152d8a83b346ff77c33;hp=bc4629e3b58f07b3ea46d1b03eba036eb0e4f81a;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ProtocolError.java b/src/net/pterodactylus/fcp/ProtocolError.java index bc4629e..05d169d 100644 --- a/src/net/pterodactylus/fcp/ProtocolError.java +++ b/src/net/pterodactylus/fcp/ProtocolError.java @@ -22,8 +22,7 @@ package net.pterodactylus.fcp; /** * The “ProtocolError” message signals that something has gone really wrong. * - * @author David Roden - * @version $Id$ + * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class ProtocolError extends BaseMessage { @@ -50,8 +49,8 @@ public class ProtocolError extends BaseMessage { /** * Returns the error code. * - * @return The error code, or -1 if the error code could not - * be parsed + * @return The error code, or -1 if the error code could not be + * parsed */ public int getCode() { return FcpUtils.safeParseInt(getField("Code")); @@ -69,8 +68,8 @@ public class ProtocolError extends BaseMessage { /** * Returns some extra description of the error. * - * @return Extra description of the error, or null if there - * is none + * @return Extra description of the error, or null if there is + * none */ public String getExtraDescription() { return getField("ExtraDescription");