javadoc warning fix
This commit is contained in:
@ -503,7 +503,7 @@ public class FIFOBandwidthLimiter {
|
|||||||
public int getPendingInboundRequested();
|
public int getPendingInboundRequested();
|
||||||
/** block until we are allocated some more bytes */
|
/** block until we are allocated some more bytes */
|
||||||
public void waitForNextAllocation();
|
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();
|
public void abort();
|
||||||
/** was this request aborted? */
|
/** was this request aborted? */
|
||||||
public boolean getAborted();
|
public boolean getAborted();
|
||||||
|
Reference in New Issue
Block a user