add GetNode command
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpAdapter.java
index 69cc9f8..91e53c8 100644 (file)
@@ -3,7 +3,6 @@
  */
 package net.pterodactylus.util.fcp;
 
-
 /**
  * Adapter for {@link FcpListener}.
  * 
@@ -69,6 +68,14 @@ public class FcpAdapter implements FcpListener {
        }
 
        /**
+        * @see net.pterodactylus.util.fcp.FcpListener#receviedPeerRemoved(net.pterodactylus.util.fcp.FcpConnection,
+        *      net.pterodactylus.util.fcp.PeerRemoved)
+        */
+       public void receviedPeerRemoved(FcpConnection fcpConnection, PeerRemoved peerRemoved) {
+               /* empty. */
+       }
+
+       /**
         * @see net.pterodactylus.util.fcp.FcpListener#receivedMessage(net.pterodactylus.util.fcp.FcpConnection,
         *      net.pterodactylus.util.fcp.FcpMessage)
         */