From: David ‘Bombe’ Roden Date: Mon, 16 Jun 2008 20:46:31 +0000 (+0200) Subject: add comment to enhance that the input stream must be consumed X-Git-Tag: v0.1.1~111 X-Git-Url: https://git.pterodactylus.net/?p=jFCPlib.git;a=commitdiff_plain;h=15f2240c29062e572f512e703a06e414bb3d5d37 add comment to enhance that the input stream must be consumed --- diff --git a/src/net/pterodactylus/fcp/AllData.java b/src/net/pterodactylus/fcp/AllData.java index 818d1a8..bf2a232 100644 --- a/src/net/pterodactylus/fcp/AllData.java +++ b/src/net/pterodactylus/fcp/AllData.java @@ -90,7 +90,9 @@ public class AllData extends BaseMessage { } /** - * Returns the payload input stream. + * Returns the payload input stream. You have consume the + * input stream before returning from the + * {@link FcpListener#receivedAllData(FcpConnection, AllData)} method! * * @return The payload */