X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FClientHello.java;h=307980785bc7cfb1e921b2836fd804b7dc7d5200;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=6600c444a71d17d5b5fee855f37bc1cd14029dfd;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ClientHello.java b/src/net/pterodactylus/fcp/ClientHello.java index 6600c44..3079807 100644 --- a/src/net/pterodactylus/fcp/ClientHello.java +++ b/src/net/pterodactylus/fcp/ClientHello.java @@ -21,7 +21,7 @@ package net.pterodactylus.fcp; /** * A “ClientHello” message that must be sent to the node first thing * after calling {@link FcpConnection#connect()}. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class ClientHello extends FcpMessage { @@ -30,7 +30,7 @@ public class ClientHello extends FcpMessage { * Creates a new “ClientHello” message with the given client name. The * client name has to be unique to the node otherwise you will get a * {@link CloseConnectionDuplicateClientName} response from the node! - * + * * @param clientName * The unique client name */ @@ -43,7 +43,7 @@ public class ClientHello extends FcpMessage { * client name has to be unique to the node otherwise you will get a * {@link CloseConnectionDuplicateClientName} response from the node! The * expected FCP version is currently ignored by the node. - * + * * @param clientName * The unique client name * @param expectedVersion