HBASE-16236 Typo in javadoc of InstancePending (Hiroshi Ikeda)

This commit is contained in:
stack 2016-07-18 22:26:27 -07:00
parent c9925bcec1
commit 1a62eaa89c
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ class InstancePending<T> {
/**
* Returns the instance given by the method {@link #prepare}.
* This is an interruptible blocking method
* This is an uninterruptible blocking method
* and the interruption flag will be set just before returning if any.
*/
T get() {