X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Ffreenet%2Ffcp2%2FClientHello.java;h=5983078db4fff953619ac50498b6257f05ffa396;hb=953de352675a4ad91fe307d816a4ea7780c94274;hp=ef846672117d7c7ec9a789baa8ca9bf7a0fff594;hpb=e4f461213da0e30faf9e9eb2e97626abff320618;p=jSite.git diff --git a/src/de/todesbaum/util/freenet/fcp2/ClientHello.java b/src/de/todesbaum/util/freenet/fcp2/ClientHello.java index ef84667..5983078 100644 --- a/src/de/todesbaum/util/freenet/fcp2/ClientHello.java +++ b/src/de/todesbaum/util/freenet/fcp2/ClientHello.java @@ -1,6 +1,5 @@ /* - * todesbaum-lib - - * Copyright (C) 2006 David Roden + * jSite - ClientHello.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 @@ -28,7 +27,7 @@ import java.io.Writer; * takes care of that) and must not be sent afterwards. *

* The node can answer with the following messages: NodeHello. - * + * * @author David Roden <droden@gmail.com> * @version $Id$ */ @@ -51,7 +50,7 @@ public class ClientHello extends Command { * Returns the value of the ExpectedVersion parameter of this * command. At the moment this value is not used by the node but in the * future this may be used to enforce certain node versions. - * + * * @return The expected version */ public String getExpectedVersion() { @@ -62,7 +61,7 @@ public class ClientHello extends Command { * Sets the value of the ExpectedVersion parameter of this * command. At the moment this value is not used by the node but in the * future this may be used to enforce certain node versions. - * + * * @param expectedVersion * The expected version */ @@ -72,7 +71,7 @@ public class ClientHello extends Command { /** * Returns the name of the client that is connecting. - * + * * @return The name of the client */ public String getName() { @@ -81,7 +80,7 @@ public class ClientHello extends Command { /** * Sets the name of the client that is connecting. - * + * * @param name * The name of the client */