Implement Identifiable interface where appropriate.
[jFCPlib.git] / src / main / java / net / pterodactylus / fcp / FCPPluginReply.java
index c3b5281..8ce892b 100644 (file)
@@ -29,7 +29,7 @@ import java.util.Map.Entry;
  *
  * @author David ‘Bombe’ Roden <bombe@freenetproject.org>
  */
-public class FCPPluginReply extends BaseMessage {
+public class FCPPluginReply extends BaseMessage implements Identifiable {
 
        /** The payload input stream. */
        private final InputStream payloadInputStream;