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