X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Fjsite%2Fapplication%2FNode.java;h=65dbad0dac05dca0af5a7b01b6f01cef20b20a15;hb=a6bda7a82aa1b2cfd0313fb28d3dcca68ca516c5;hp=d5073115db91ddce57f269830327ed08d4c86eb1;hpb=bb06e6cf5cdf324018de4e6ad76c21a39affa1f0;p=jSite.git diff --git a/src/de/todesbaum/jsite/application/Node.java b/src/de/todesbaum/jsite/application/Node.java index d507311..65dbad0 100644 --- a/src/de/todesbaum/jsite/application/Node.java +++ b/src/de/todesbaum/jsite/application/Node.java @@ -1,6 +1,5 @@ /* - * jSite-0.7 - - * Copyright (C) 2006 David Roden + * jSite - Node.java - Copyright © 2006–2011 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,7 +20,7 @@ package de.todesbaum.jsite.application; /** * Container for node information. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class Node extends de.todesbaum.util.freenet.fcp2.Node { @@ -31,7 +30,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node { /** * Creates a new node with the given hostname and the default port. - * + * * @see de.todesbaum.util.freenet.fcp2.Node#DEFAULT_PORT * @param hostname * The hostname of the new node @@ -42,7 +41,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node { /** * Creates a new node with the given hostname and port. - * + * * @param hostname * The hostname of the new node * @param port @@ -54,7 +53,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node { /** * Creates a new node with the given hostname, port, and name. - * + * * @param hostname * The hostname of the new node * @param port @@ -69,7 +68,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node { /** * Creates a new node that gets its settings from the given node. - * + * * @param node * The node to copy */ @@ -79,7 +78,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node { /** * Creates a new node from the given node, overwriting the name. - * + * * @param node * The node to copy from * @param name @@ -91,7 +90,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node { /** * Sets the name of the node. - * + * * @param name * The name of the node */ @@ -101,7 +100,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node { /** * Returns the name of the node. - * + * * @return The name of the node */ public String getName() { @@ -110,7 +109,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node { /** * Sets the hostname of the node. - * + * * @param hostname * The hostname of the node */ @@ -120,7 +119,7 @@ public class Node extends de.todesbaum.util.freenet.fcp2.Node { /** * Sets the port of the node. - * + * * @param port * The port of the node */