add PersistentGet
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpAdapter.java
index d520fde..fd4fb76 100644 (file)
@@ -104,6 +104,14 @@ public class FcpAdapter implements FcpListener {
        }
 
        /**
+        * @see net.pterodactylus.util.fcp.FcpListener#receivedPersistentGet(net.pterodactylus.util.fcp.FcpConnection,
+        *      net.pterodactylus.util.fcp.PersistentGet)
+        */
+       public void receivedPersistentGet(FcpConnection fcpConnection, PersistentGet persistentGet) {
+               /* empty. */
+       }
+
+       /**
         * @see net.pterodactylus.util.fcp.FcpListener#receivedPersistentPut(net.pterodactylus.util.fcp.FcpConnection,
         *      net.pterodactylus.util.fcp.PersistentPut)
         */