X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FAddPeer.java;h=e9ad80d797585bee5234e20d2fe5b31594752264;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=0229f1740358f0ed8de7ec77b511428d2b52bae2;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/AddPeer.java b/src/net/pterodactylus/fcp/AddPeer.java index 0229f17..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,9 +22,8 @@ import java.net.URL; /** * The “AddPeer” request adds a peer to the node. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class AddPeer extends FcpMessage { @@ -39,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 */ @@ -51,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 */ @@ -62,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 */ @@ -77,7 +75,7 @@ public class AddPeer extends FcpMessage { /** * Sets the noderef of the peer to add. - * + * * @param nodeRef * The noderef of the peer */