Fix copyright line.
[jFCPlib.git] / src / net / pterodactylus / fcp / ProtocolError.java
index d727e33..2a6ada7 100644 (file)
@@ -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 <code>-1</code> if the error code could not
-        *         be parsed
+        * @return The error code, or <code>-1</code> 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 <code>null</code> if there
-        *         is none
+        * @return Extra description of the error, or <code>null</code> if there is
+        *         none
         */
        public String getExtraDescription() {
                return getField("ExtraDescription");