Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / EndListPeers.java
index 6e23341..c0cf82f 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - EndListPeers.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - EndListPeers.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
@@ -21,15 +20,14 @@ package net.pterodactylus.fcp;
 
 /**
  * This message marks the end of a list of “Peer” replies.
- * 
+ *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
  */
 public class EndListPeers extends BaseMessage {
 
        /**
         * Creates a new “EndListPeers” message that wraps the received message.
-        * 
+        *
         * @param receivedMessage
         *            The message that was received
         */
@@ -39,7 +37,7 @@ public class EndListPeers extends BaseMessage {
 
        /**
         * Returns the identifier of the request.
-        * 
+        *
         * @return The identifier of the request
         */
        public String getIdentifier() {