fix javadoc
This commit is contained in:
parent
723563aa84
commit
16f3ea82c1
|
@ -125,7 +125,7 @@ public class SharedBlockingCallback
|
|||
/**
|
||||
* A Closeable Callback.
|
||||
* Uses the auto close mechanism to check block has been called OK.
|
||||
* <p>Implements {@link Callback.NonBlocking} because calls to this
|
||||
* <p>Implements {@link Callback} because calls to this
|
||||
* callback do not blocak, rather they wakeup the thread that is blocked
|
||||
* in {@link #block()}
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue