X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=inline;f=src%2Fde%2Ftodesbaum%2Futil%2Ffreenet%2Ffcp2%2FNode.java;h=ee50ca93fe7cd757112e697b384f3f3d16a72202;hb=7cec7da468700fd0f1eb5677edf437902eeae04b;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..ee50ca9 100644 --- a/src/de/todesbaum/util/freenet/fcp2/Node.java +++ b/src/de/todesbaum/util/freenet/fcp2/Node.java @@ -1,5 +1,5 @@ /* - * todesbaum-lib - + * todesbaum-lib - * Copyright (C) 2006 David Roden * * This program is free software; you can redistribute it and/or modify @@ -21,9 +21,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 +39,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 +50,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 +63,7 @@ public class Node { /** * Returns the hostname of the node. - * + * * @return The hostname of the node */ public String getHostname() { @@ -72,7 +72,7 @@ public class Node { /** * Returns the port number of the node. - * + * * @return The port number of the node */ public int getPort() {