X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Ffreenet%2Ffcp2%2FNode.java;h=d2fa91c79035633633eaa499979cf16bd75f4df3;hb=953de352675a4ad91fe307d816a4ea7780c94274;hp=e444d2225facf3791e9acb793f483079c1667740;hpb=6f1a8216cfba28add0ef365b46a08d16d4eb87fe;p=jSite.git diff --git a/src/de/todesbaum/util/freenet/fcp2/Node.java b/src/de/todesbaum/util/freenet/fcp2/Node.java index e444d22..d2fa91c 100644 --- a/src/de/todesbaum/util/freenet/fcp2/Node.java +++ b/src/de/todesbaum/util/freenet/fcp2/Node.java @@ -1,6 +1,5 @@ /* - * todesbaum-lib - - * Copyright (C) 2006 David Roden + * jSite - Node.java - Copyright © 2006–2012 David Roden * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,9 +20,9 @@ package de.todesbaum.util.freenet.fcp2; /** * Contains the hostname and port number of the Freenet node. - * + * * @author David Roden <droden@gmail.com> - * @version $Id: Node.java 356 2006-03-24 15:13:38Z bombe $ + * @version $Id$ */ public class Node { @@ -39,7 +38,7 @@ public class Node { /** * Creates a new node with the specified hostname and the default port * number. - * + * * @param hostname * The hostname of the node * @see #DEFAULT_PORT @@ -50,7 +49,7 @@ public class Node { /** * Creates a new node with the specified hostname and port number. - * + * * @param hostname * The hostname of the node * @param port @@ -63,7 +62,7 @@ public class Node { /** * Returns the hostname of the node. - * + * * @return The hostname of the node */ public String getHostname() { @@ -72,7 +71,7 @@ public class Node { /** * Returns the port number of the node. - * + * * @return The port number of the node */ public int getPort() {