Add Maven project description.
[jFCPlib.git] / src / net / pterodactylus / fcp / FcpAdapter.java
index 6bb2f50..a358d4c 100644 (file)
@@ -277,6 +277,13 @@ public class FcpAdapter implements FcpListener {
        /**
         * {@inheritDoc}
         */
+       public void receivedSentFeed(FcpConnection source, SentFeed sentFeed) {
+               /* empty. */
+       }
+
+       /**
+        * {@inheritDoc}
+        */
        public void receivedBookmarkFeed(FcpConnection fcpConnection, ReceivedBookmarkFeed receivedBookmarkFeed) {
                /* empty. */
        }