remove obsolete fcp directory
[jSite2.git] / src / net / pterodactylus / util / fcp / EndListPeerNotes.java
diff --git a/src/net/pterodactylus/util/fcp/EndListPeerNotes.java b/src/net/pterodactylus/util/fcp/EndListPeerNotes.java
deleted file mode 100644 (file)
index 85bc172..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/**
- * © 2008 INA Service GmbH
- */
-package net.pterodactylus.util.fcp;
-
-
-/**
- * The “EndListPeerNotes” message signals the end of a list of “PeerNote”
- * messages.
- * 
- * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
- * @version $Id$
- */
-public class EndListPeerNotes extends BaseMessage {
-
-       /**
-        * Creates a new “EndListPeerNotes” message that wraps the received message.
-        * 
-        * @param fcpMessage
-        *            The received message
-        */
-       EndListPeerNotes(FcpMessage fcpMessage) {
-               super(fcpMessage);
-       }
-
-}