X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FAddPeer.java;h=e9ad80d797585bee5234e20d2fe5b31594752264;hp=2afa5e2c449d6051c791d56cf33272815671f451;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2 diff --git a/src/net/pterodactylus/fcp/AddPeer.java b/src/net/pterodactylus/fcp/AddPeer.java index 2afa5e2..e9ad80d 100644 --- a/src/net/pterodactylus/fcp/AddPeer.java +++ b/src/net/pterodactylus/fcp/AddPeer.java @@ -22,7 +22,7 @@ import java.net.URL; /** * The “AddPeer” request adds a peer to the node. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class AddPeer extends FcpMessage { @@ -37,7 +37,7 @@ public class AddPeer extends FcpMessage { /** * Creates a new “AddPeer” request that reads the noderef of the peer from * the given file. - * + * * @param file * The file to read the noderef from */ @@ -49,7 +49,7 @@ public class AddPeer extends FcpMessage { /** * Creates a new “AddPeer” request that reads the noderef of the peer from * the given URL. - * + * * @param url * The URL to read the noderef from */ @@ -60,7 +60,7 @@ public class AddPeer extends FcpMessage { /** * Creates a new “AddPeer” request that adds the peer given by the noderef. - * + * * @param nodeRef * The noderef of the peer */ @@ -75,7 +75,7 @@ public class AddPeer extends FcpMessage { /** * Sets the noderef of the peer to add. - * + * * @param nodeRef * The noderef of the peer */