X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FListPeer.java;h=f16f38506e1aee8bd17dca1d66d2081e9d4fca08;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=8f866caabaf5f1488d555d605bbec342509e042e;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/ListPeer.java b/src/net/pterodactylus/fcp/ListPeer.java index 8f866ca..f16f385 100644 --- a/src/net/pterodactylus/fcp/ListPeer.java +++ b/src/net/pterodactylus/fcp/ListPeer.java @@ -20,7 +20,7 @@ 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 { @@ -30,7 +30,7 @@ public class ListPeer extends FcpMessage { * 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 */