X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FNodeHello.java;h=32a4e33a3ff6b5bab8ef4f2df0b7d37aea88f884;hb=05e52ccf3f6e8f2645031cfd3b35f3f71d3a2b82;hp=01b05153e9fede026ca0f2a9c2985c988ef68d76;hpb=508624458578f01a393f8b44f32b98b40054fdc8;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/NodeHello.java b/src/main/java/net/pterodactylus/fcp/NodeHello.java index 01b0515..32a4e33 100644 --- a/src/main/java/net/pterodactylus/fcp/NodeHello.java +++ b/src/main/java/net/pterodactylus/fcp/NodeHello.java @@ -31,13 +31,13 @@ public class NodeHello extends BaseMessage { * @param receivedMessage * The received FCP message */ - NodeHello(FcpMessage receivedMessage) { + public NodeHello(FcpMessage receivedMessage) { super(receivedMessage); } /** - * 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());