X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FListPeer.java;h=f16f38506e1aee8bd17dca1d66d2081e9d4fca08;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=c338dc911da3acf67bc647c556dc44d5058a50c6;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ListPeer.java b/src/net/pterodactylus/fcp/ListPeer.java index c338dc9..f16f385 100644 --- a/src/net/pterodactylus/fcp/ListPeer.java +++ b/src/net/pterodactylus/fcp/ListPeer.java @@ -1,6 +1,5 @@ /* - * jSite2 - ListPeer.java - - * Copyright © 2008 David Roden + * jFCPlib - ListPeer.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 @@ -21,17 +20,17 @@ package net.pterodactylus.fcp; /** * The “ListPeer” request asks the node about the details of a given peer. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class ListPeer extends FcpMessage { /** * Creates a new “ListPeer” request that returns information about the node - * specified by nodeIdentifier. nodeIdentifier - * can be of several formats: The node’s name, its identity, or its IP - * address and port (connection with a ‘:’). - * + * specified by nodeIdentifier. nodeIdentifier can + * be of several formats: The node’s name, its identity, or its IP address + * and port (connection with a ‘:’). + * * @param nodeIdentifier * The identifier of the node to get details about */