X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FEndListPeerNotes.java;h=5c381f6e244e364707693a7ba380bd80e1a64fb5;hb=a655177a4605236e866ac7e0ce32f7cb5289cbc4;hp=f6deb7f1bce0ad9d4cd862adc4568e7ae7a970df;hpb=64c2c9bd494f3ea9d1ae84f8d86827dea025bee6;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/EndListPeerNotes.java b/src/net/pterodactylus/fcp/EndListPeerNotes.java index f6deb7f..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,14 +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> */ public class EndListPeerNotes extends BaseMessage { /** * Creates a new “EndListPeerNotes” message that wraps the received message. - * + * * @param fcpMessage * The received message */