add PutFetchable
[jSite2.git] / src / net / pterodactylus / util / fcp / FcpAdapter.java
index c5d42ab..c2f7fbf 100644 (file)
@@ -249,6 +249,13 @@ public class FcpAdapter implements FcpListener {
        /**
         * {@inheritDoc}
         */
+       public void receivedPutFetchable(FcpConnection fcpConnection, PutFetchable putFetchable) {
+               /* empty. */
+       }
+
+       /**
+        * {@inheritDoc}
+        */
        public void receivedProtocolError(FcpConnection fcpConnection, ProtocolError protocolError) {
                /* empty. */
        }