fix javadoc

This commit is contained in:
Jesse McConnell 2016-06-03 09:45:10 -05:00
parent 723563aa84
commit 16f3ea82c1
1 changed files with 1 additions and 1 deletions

View File

@ -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()}
*/