Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / EndListPersistentRequests.java
index 586dbac..893f2f1 100644 (file)
@@ -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
         */