X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Ffcp%2FFCPPluginReply.java;h=0ed55f0ed1024a5b59e293df5aea17119dad2817;hb=05e52ccf3f6e8f2645031cfd3b35f3f71d3a2b82;hp=44e96ba0fc32a8e66db68ff40fb7b864fbce606a;hpb=044ddfcf212ee69091e0b854ec02769fc125477b;p=jFCPlib.git diff --git a/src/main/java/net/pterodactylus/fcp/FCPPluginReply.java b/src/main/java/net/pterodactylus/fcp/FCPPluginReply.java index 44e96ba..0ed55f0 100644 --- a/src/main/java/net/pterodactylus/fcp/FCPPluginReply.java +++ b/src/main/java/net/pterodactylus/fcp/FCPPluginReply.java @@ -42,7 +42,7 @@ public class FCPPluginReply extends BaseMessage implements Identifiable { * @param payloadInputStream * The optional input stream for the payload */ - FCPPluginReply(FcpMessage receivedMessage, InputStream payloadInputStream) { + public FCPPluginReply(FcpMessage receivedMessage, InputStream payloadInputStream) { super(receivedMessage); this.payloadInputStream = payloadInputStream; }