X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FEndListPeerNotes.java;h=5c381f6e244e364707693a7ba380bd80e1a64fb5;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=1846999266ac02e3e557461b0cfc58367566a0ca;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/EndListPeerNotes.java b/src/net/pterodactylus/fcp/EndListPeerNotes.java index 1846999..5c381f6 100644 --- a/src/net/pterodactylus/fcp/EndListPeerNotes.java +++ b/src/net/pterodactylus/fcp/EndListPeerNotes.java @@ -1,6 +1,5 @@ /* - * jSite2 - EndListPeerNotes.java - - * Copyright © 2008 David Roden + * jFCPlib - EndListPeerNotes.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 @@ -22,15 +21,14 @@ package net.pterodactylus.fcp; /** * The “EndListPeerNotes” message signals the end of a list of “PeerNote” * messages. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class EndListPeerNotes extends BaseMessage { /** * Creates a new “EndListPeerNotes” message that wraps the received message. - * + * * @param fcpMessage * The received message */