add PersistentPutDir
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpAdapter.java
index 59cfae5..e7afce4 100644 (file)
@@ -200,6 +200,13 @@ public class FcpAdapter implements FcpListener {
        /**
         * {@inheritDoc}
         */
+       public void receivedPersistentPutDir(FcpConnection fcpConnection, PersistentPutDir persistentPutDir) {
+               /* empty. */
+       }
+
+       /**
+        * {@inheritDoc}
+        */
        public void receivedProtocolError(FcpConnection fcpConnection, ProtocolError protocolError) {
                /* empty. */
        }