Fix copyright line.
[jFCPlib.git] / src / net / pterodactylus / fcp / EndListPeers.java
index 12dedbe..edba692 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
@@ -23,7 +22,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 +35,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");
+       }
+
 }