Fix copyright line.
[jFCPlib.git] / src / net / pterodactylus / fcp / AllData.java
index 2f73909..aaa0c55 100644 (file)
@@ -1,6 +1,5 @@
 /*
- * jSite2 - AllData.java -
- * Copyright © 2008 David Roden
+ * jFCPlib - AllData.java - Copyright © 2008 David Roden
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -30,8 +29,7 @@ import java.io.InputStream;
  * passes through all registered {@link FcpListener}s without the payload being
  * consumed, the payload is discarded!
  * 
- * @author <a href="mailto:dr@ina-germany.de">David Roden</a>
- * @version $Id$
+ * @author David ‘Bombe’ Roden &lt;bombe@freenetproject.org&gt;
  */
 public class AllData extends BaseMessage {
 
@@ -91,7 +89,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
         */