X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FNodeHello.java;h=7409d9bb701db96033f1191a0aee0b112f045638;hp=01b05153e9fede026ca0f2a9c2985c988ef68d76;hb=b171126719c983b590c51f22eb60a3e0afdf1fb9;hpb=572802370f7dff98b690df85b79e256335e28b33 diff --git a/src/main/java/net/pterodactylus/fcp/NodeHello.java b/src/main/java/net/pterodactylus/fcp/NodeHello.java index 01b0515..7409d9b 100644 --- a/src/main/java/net/pterodactylus/fcp/NodeHello.java +++ b/src/main/java/net/pterodactylus/fcp/NodeHello.java @@ -36,8 +36,8 @@ public class NodeHello extends BaseMessage { } /** - * Returns the build of the node. This may not be a number but also a string - * like “@custom@” in case you built the node yourself. + * Returns the build of the node. This may not be a number but also a + * string like “@custom@” in case you built the node yourself. * * @return The build of the node */ @@ -46,8 +46,8 @@ public class NodeHello extends BaseMessage { } /** - * Returns the build number of the node. This may not be a number but also a - * string like “@custom@” in case you built the node yourself. + * Returns the build number of the node. This may not be a number but also + * a string like “@custom@” in case you built the node yourself. * * @return The build number of the node, or -1 if the build * number could not be determined @@ -96,8 +96,8 @@ public class NodeHello extends BaseMessage { /** * Returns the build number of the external library file. * - * @return The build number of the external library file, or -1 - * if the build number could not be determined + * @return The build number of the external library file, or + * -1 if the build number could not be determined */ public int getExtBuildNumber() { return FcpUtils.safeParseInt(getExtBuild());