X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FEndListPeers.java;h=c0cf82f852527289e2d907ac5857cd6f7dba543b;hp=edba692296f26ef8463e21298fda7c86f1d74756;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hpb=e0d4c56493b97a16514ca865cad0ae42a2d8a5a2 diff --git a/src/net/pterodactylus/fcp/EndListPeers.java b/src/net/pterodactylus/fcp/EndListPeers.java index edba692..c0cf82f 100644 --- a/src/net/pterodactylus/fcp/EndListPeers.java +++ b/src/net/pterodactylus/fcp/EndListPeers.java @@ -20,14 +20,14 @@ package net.pterodactylus.fcp; /** * This message marks the end of a list of “Peer” replies. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> */ public class EndListPeers extends BaseMessage { /** * Creates a new “EndListPeers” message that wraps the received message. - * + * * @param receivedMessage * The message that was received */ @@ -37,7 +37,7 @@ public class EndListPeers extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() {