X-Git-Url: https://git.pterodactylus.net/?p=jSite2.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FCore.java;h=53cd6b7b0ef8959de6560f5611e86b34f0ca6e1f;hp=328e8abb227484a87f290b8c0c4c1c8b951feae0;hb=6bb73948c60f63571115c6556f6b90293fd99432;hpb=2ab79371be9e363e182cb2dec74986d18ef46c47 diff --git a/src/net/pterodactylus/jsite/core/Core.java b/src/net/pterodactylus/jsite/core/Core.java index 328e8ab..53cd6b7 100644 --- a/src/net/pterodactylus/jsite/core/Core.java +++ b/src/net/pterodactylus/jsite/core/Core.java @@ -59,8 +59,8 @@ public interface Core { * * @param node * The node to add - * @return true if the node was added, false - * if it was not added because it was already known + * @return true if the node was added, false if it + * was not added because it was already known * @throws UnknownHostException * if the hostname of the node can not be resolved */ @@ -86,8 +86,8 @@ public interface Core { * * @param node * The node to check - * @return true if the core is currently connected to the - * node, false otherwise + * @return true if the core is currently connected to the node, + * false otherwise */ public boolean isNodeConnected(Node node);