X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Futil%2Ffcp%2FNodeRef.java;h=1546b7b5f102364a795ff617b658633693307305;hb=5a4bff024f037d288d4f34ed28c1dd769e06ffc5;hp=cc8241f3d612e150129531a42113041dc8b1075d;hpb=0375aac1b9e994a88a82973ae0df7b8814251a7e;p=jSite2.git diff --git a/src/net/pterodactylus/util/fcp/NodeRef.java b/src/net/pterodactylus/util/fcp/NodeRef.java index cc8241f..1546b7b 100644 --- a/src/net/pterodactylus/util/fcp/NodeRef.java +++ b/src/net/pterodactylus/util/fcp/NodeRef.java @@ -7,7 +7,7 @@ package net.pterodactylus.util.fcp; * A reference for a node. The noderef contains all data that is necessary to * establish a trusted and secure connection to the node. * - * @author David Roden + * @author David ‘Bombe’ Roden <bombe@freenetproject.org> * @version $Id$ */ public class NodeRef { @@ -55,6 +55,7 @@ public class NodeRef { * Creates a new, empty noderef. */ public NodeRef() { + /* intentionally left blank. */ } /** @@ -129,7 +130,7 @@ public class NodeRef { * @return The name of the node, or null if the node is an * opennet peer */ - public String getName() { + public String getMyName() { return name; }