X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FProtocolError.java;h=2a6ada7e18f44d5872d04f9ebf541e64106f375d;hb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;hp=d727e33e9950402ec796623089aefbc197173433;hpb=99e3619bcf2e4762678d6c8bd24da08bc87b7190;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ProtocolError.java b/src/net/pterodactylus/fcp/ProtocolError.java index d727e33..2a6ada7 100644 --- a/src/net/pterodactylus/fcp/ProtocolError.java +++ b/src/net/pterodactylus/fcp/ProtocolError.java @@ -1,6 +1,5 @@ /* - * jSite2 - ProtocolError.java - - * Copyright © 2008 David Roden + * jFCPlib - ProtocolError.java - Copyright © 2008 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 @@ -49,8 +48,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")); @@ -68,8 +67,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");