X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Futil%2Ffcp%2FNodeRef.java;h=1546b7b5f102364a795ff617b658633693307305;hb=7e47f97402156f816cabf610ea0cdc80c851b9a2;hp=1e2cf597ec36a16f23e96bc959965de5236f81e0;hpb=f8de3d858a34d2828e4b44799db7945d7f4e4a4c;p=jSite2.git diff --git a/src/net/pterodactylus/util/fcp/NodeRef.java b/src/net/pterodactylus/util/fcp/NodeRef.java index 1e2cf59..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. */ } /**