projects
/
jFCPlib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a55f483
)
add comment stressing that the input stream must be consumed immediately
author
David Roden
<bombe@pterodactylus.net>
Mon, 16 Jun 2008 20:51:27 +0000
(20:51 +0000)
committer
David Roden
<bombe@pterodactylus.net>
Mon, 16 Jun 2008 20:51:27 +0000
(20:51 +0000)
git-svn-id: file:///home/toad/git-migration/temprepository/trunk/apps/jFCPlib@20382
67a373e5
-eb02-0410-a15c-
ee090a768436
src/net/pterodactylus/fcp/AllData.java
patch
|
blob
|
history
diff --git
a/src/net/pterodactylus/fcp/AllData.java
b/src/net/pterodactylus/fcp/AllData.java
index
2f73909
..
35405b4
100644
(file)
--- a/
src/net/pterodactylus/fcp/AllData.java
+++ b/
src/net/pterodactylus/fcp/AllData.java
@@
-91,7
+91,9
@@
public class AllData extends BaseMessage {
}
/**
- * Returns the payload input stream.
+ * Returns the payload input stream. You <strong>have</strong> consume the
+ * input stream before returning from the
+ * {@link FcpListener#receivedAllData(FcpConnection, AllData)} method!
*
* @return The payload
*/