X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FAddPeer.java;h=e9ad80d797585bee5234e20d2fe5b31594752264;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=7d74f0abd2d5a0f8a0fde8d540287d427eb12776;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/AddPeer.java b/src/net/pterodactylus/fcp/AddPeer.java index 7d74f0a..e9ad80d 100644 --- a/src/net/pterodactylus/fcp/AddPeer.java +++ b/src/net/pterodactylus/fcp/AddPeer.java @@ -1,6 +1,5 @@ /* - * jSite2 - AddPeer.java - - * Copyright © 2008 David Roden + * jFCPlib - AddPeer.java - Copyright © 2008 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 @@ -23,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 { @@ -38,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 */ @@ -50,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 */ @@ -61,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 */ @@ -76,7 +75,7 @@ public class AddPeer extends FcpMessage { /** * Sets the noderef of the peer to add. - * + * * @param nodeRef * The noderef of the peer */