Implement Identifiable interface where appropriate.
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / PluginInfo.java
index 84ddaea..46b5439 100644 (file)
@@ -23,7 +23,7 @@ package net.pterodactylus.fcp;
  *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
-public class PluginInfo extends BaseMessage {
+public class PluginInfo extends BaseMessage implements Identifiable {
 
        /**
         * Creates a new “PluginInfo” message that wraps the received message.