Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / Version.java
index 09eb513..0f1d5cb 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - Version.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - Version.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
@@ -23,7 +22,7 @@ import java.util.StringTokenizer;
 
 /**
  * Container for the “lastGoodVersion” field.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
 public class Version {
@@ -44,7 +43,7 @@ public class Version {
         * Creates a new Version from the given string. The string consists of the
         * four required fields node name, tree version, protocol version, and build
         * number, separated by a comma.
-        * 
+        *
         * @param version
         *            The version string
         * @throws NullPointerException
@@ -72,7 +71,7 @@ public class Version {
 
        /**
         * Creates a new Version from the given parts.
-        * 
+        *
         * @param nodeName
         *            The name of the node implementation
         * @param treeVersion
@@ -91,7 +90,7 @@ public class Version {
 
        /**
         * Returns the name of the node implementation.
-        * 
+        *
         * @return The node name
         */
        public String getNodeName() {
@@ -100,7 +99,7 @@ public class Version {
 
        /**
         * The tree version of the node.
-        * 
+        *
         * @return The tree version of the node
         */
        public String getTreeVersion() {
@@ -109,7 +108,7 @@ public class Version {
 
        /**
         * The protocol version of the node
-        * 
+        *
         * @return The protocol version of the node
         */
        public String getProtocolVersion() {
@@ -118,7 +117,7 @@ public class Version {
 
        /**
         * The build number of the node.
-        * 
+        *
         * @return The build number of the node
         */
        public int getBuildNumber() {