X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FVersion.java;h=0f1d5cbb8f7f8ca1416d9de6f5e16a233a7648c8;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=72aa120959ea7159ca85054f100740bbd14937b4;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/Version.java b/src/net/pterodactylus/fcp/Version.java index 72aa120..0f1d5cb 100644 --- a/src/net/pterodactylus/fcp/Version.java +++ b/src/net/pterodactylus/fcp/Version.java @@ -22,7 +22,7 @@ import java.util.StringTokenizer; /** * Container for the “lastGoodVersion” field. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class Version { @@ -43,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 @@ -71,7 +71,7 @@ public class Version { /** * Creates a new Version from the given parts. - * + * * @param nodeName * The name of the node implementation * @param treeVersion @@ -90,7 +90,7 @@ public class Version { /** * Returns the name of the node implementation. - * + * * @return The node name */ public String getNodeName() { @@ -99,7 +99,7 @@ public class Version { /** * The tree version of the node. - * + * * @return The tree version of the node */ public String getTreeVersion() { @@ -108,7 +108,7 @@ public class Version { /** * The protocol version of the node - * + * * @return The protocol version of the node */ public String getProtocolVersion() { @@ -117,7 +117,7 @@ public class Version { /** * The build number of the node. - * + * * @return The build number of the node */ public int getBuildNumber() {