X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FEndListPersistentRequests.java;h=893f2f1ee099eb52725ca7a03e4b09f09bc48d9a;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=714306e1391cbb9e9b99ef75d47fa50d5f00ffdf;hpb=f553531be78d6d6d95dc152728f2b8d40242b57d;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/EndListPersistentRequests.java b/src/net/pterodactylus/fcp/EndListPersistentRequests.java index 714306e..893f2f1 100644 --- a/src/net/pterodactylus/fcp/EndListPersistentRequests.java +++ b/src/net/pterodactylus/fcp/EndListPersistentRequests.java @@ -1,6 +1,5 @@ /* - * jSite2 - EndListPersistentRequests.java - - * Copyright © 2008 David Roden + * jFCPlib - EndListPersistentRequests.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,16 +21,15 @@ package net.pterodactylus.fcp; /** * The “EndListPersistentRequests” message signals the end of a list of * {@link PersistentGet} and {@link PersistentPut} requests. - * + * * @author David ‘Bombe’ Roden <bombe@freenetproject.org> - * @version $Id$ */ public class EndListPersistentRequests extends BaseMessage { /** * Creates a new “EndListPersistentRequests” message that wraps the received * message. - * + * * @param receivedMessage * The received message */