X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Fjsite%2Fcore%2FCore.java;h=38e8914dba4ea44dc8d0ae8bfe21cc9bb434730f;hb=40aee755466b1d99bc6204112e923ed13201d89a;hp=f04bb402bf331b6494834cc6736807d1464a67f9;hpb=fa2475af2c06ae03a4338a3fc1e327dc1970faf4;p=jSite2.git diff --git a/src/net/pterodactylus/jsite/core/Core.java b/src/net/pterodactylus/jsite/core/Core.java index f04bb40..38e8914 100644 --- a/src/net/pterodactylus/jsite/core/Core.java +++ b/src/net/pterodactylus/jsite/core/Core.java @@ -51,10 +51,12 @@ 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 * @throws UnknownHostException * if the hostname of the node can not be resolved */ - public void addNode(Node node) throws UnknownHostException; + public boolean addNode(Node node) throws UnknownHostException; /** * Removes the given node from the core.