X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fde%2Ftodesbaum%2Futil%2Ffreenet%2Ffcp2%2FClientHello.java;h=4b9e41d8193b62584b53144de5ccecac23e34840;hb=bbfa208695e2a7f1bb555f841623945767f296e7;hp=ef846672117d7c7ec9a789baa8ca9bf7a0fff594;hpb=da127cd41fa65b7ec217f8e9f525ed7534abf5e1;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..4b9e41d 100644 --- a/src/de/todesbaum/util/freenet/fcp2/ClientHello.java +++ b/src/de/todesbaum/util/freenet/fcp2/ClientHello.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 @@ -28,7 +28,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 +51,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 +62,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 +72,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 +81,7 @@ public class ClientHello extends Command { /** * Sets the name of the client that is connecting. - * + * * @param name * The name of the client */