X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FEndListPeers.java;h=c0cf82f852527289e2d907ac5857cd6f7dba543b;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=6e23341b78fd3afab1377a786d46d9ccccae1be3;hpb=60fa4ea6401f9cb7b3615f81526fda8212ace6c8;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/EndListPeers.java b/src/net/pterodactylus/fcp/EndListPeers.java index 6e23341..c0cf82f 100644 --- a/src/net/pterodactylus/fcp/EndListPeers.java +++ b/src/net/pterodactylus/fcp/EndListPeers.java @@ -1,6 +1,5 @@ /* - * jSite2 - EndListPeers.java - - * Copyright © 2008 David Roden + * jFCPlib - EndListPeers.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,15 +20,14 @@ package net.pterodactylus.fcp; /** * This message marks the end of a list of “Peer” replies. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class EndListPeers extends BaseMessage { /** * Creates a new “EndListPeers” message that wraps the received message. - * + * * @param receivedMessage * The message that was received */ @@ -39,7 +37,7 @@ public class EndListPeers extends BaseMessage { /** * Returns the identifier of the request. - * + * * @return The identifier of the request */ public String getIdentifier() {