X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fnet%2Fpterodactylus%2Ffcp%2FEndListPersistentRequests.java;h=893f2f1ee099eb52725ca7a03e4b09f09bc48d9a;hb=dd605aee444057a874fabf7fb0045b8448b0d1cd;hp=586dbac13c6746a29925e4f4497d33e1fb3a9c0e;hpb=6ddbed696a3cfa6521e187a2ad01654538c11148;p=jFCPlib.git diff --git a/src/net/pterodactylus/fcp/EndListPersistentRequests.java b/src/net/pterodactylus/fcp/EndListPersistentRequests.java index 586dbac..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,7 +21,7 @@ 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> */ public class EndListPersistentRequests extends BaseMessage { @@ -30,7 +29,7 @@ public class EndListPersistentRequests extends BaseMessage { /** * Creates a new “EndListPersistentRequests” message that wraps the received * message. - * + * * @param receivedMessage * The received message */