Merge branch 'release-0.1.4'
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / FcpAdapter.java
index 063d363..0d0debc 100644 (file)
@@ -253,6 +253,11 @@ public class FcpAdapter implements FcpListener {
                /* empty. */
        }
 
+       @Override
+       public void receivedSubscribedUSK(FcpConnection fcpConnection, SubscribedUSK subscribedUSK) {
+               /* empty. */
+       }
+
        /**
         * {@inheritDoc}
         */
@@ -273,6 +278,11 @@ public class FcpAdapter implements FcpListener {
         * {@inheritDoc}
         */
        @Override
+       public void receivedPluginRemoved(FcpConnection fcpConnection, PluginRemoved pluginRemoved) {
+               /* empty. */
+       }
+
+       @Override
        public void receivedFCPPluginReply(FcpConnection fcpConnection, FCPPluginReply fcpPluginReply) {
                /* empty. */
        }