remove $Id$ keyword
[jFCPlib.git] / src / net / pterodactylus / fcp / EndListPeers.java
index 12dedbe..f241aab 100644 (file)
@@ -23,7 +23,6 @@ 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 {
 
@@ -37,4 +36,13 @@ public class EndListPeers extends BaseMessage {
                super(receivedMessage);
        }
 
+       /**
+        * Returns the identifier of the request.
+        * 
+        * @return The identifier of the request
+        */
+       public String getIdentifier() {
+               return getField("Identifier");
+       }
+
 }