X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Futil%2Ffcp%2FEndListPeerNotes.java;h=85bc172d3dc13c59d5fdac963c5438a21cbf748b;hb=98cf58dc4144f7c7db8bba715d6b02e819699ee6;hp=edde16769cda42b5a46f41075375b508bea300bf;hpb=474a0f39c87d520b0ce8c23ea8e8046441e13ea7;p=jSite2.git diff --git a/src/net/pterodactylus/util/fcp/EndListPeerNotes.java b/src/net/pterodactylus/util/fcp/EndListPeerNotes.java index edde167..85bc172 100644 --- a/src/net/pterodactylus/util/fcp/EndListPeerNotes.java +++ b/src/net/pterodactylus/util/fcp/EndListPeerNotes.java @@ -8,7 +8,7 @@ package net.pterodactylus.util.fcp; * The “EndListPeerNotes” message signals the end of a list of “PeerNote” * messages. * - * @author David Roden + * @author David ‘Bombe’ Roden <bombe@freenetproject.org> * @version $Id$ */ public class EndListPeerNotes extends BaseMessage { @@ -19,7 +19,7 @@ public class EndListPeerNotes extends BaseMessage { * @param fcpMessage * The received message */ - public EndListPeerNotes(FcpMessage fcpMessage) { + EndListPeerNotes(FcpMessage fcpMessage) { super(fcpMessage); }