javadoc warning fix

This commit is contained in:
jrandom
2004-07-27 17:41:40 +00:00
committed by zzz
parent 0ccf915a18
commit c901bcf9b7

View File

@ -503,7 +503,7 @@ public class FIFOBandwidthLimiter {
public int getPendingInboundRequested();
/** block until we are allocated some more bytes */
public void waitForNextAllocation();
/** we no longer want the data requested (e.g. the connection closed */
/** we no longer want the data requested (the connection closed) */
public void abort();
/** was this request aborted? */
public boolean getAborted();