Hiroshi Ikeda created HBASE-16236:
-------------------------------------
Summary: Typo in javadoc of InstancePending
Key: HBASE-16236
URL: https://issues.apache.org/jira/browse/HBASE-16236
Project: HBase
Issue Type: Sub-task
Reporter: Hiroshi Ikeda
Priority: Trivial
{code}
class InstancePending<T> {
...
/**
* Returns the instance given by the method {@link #prepare}.
* This is an interruptible blocking method
* and the interruption flag will be set just before returning if any.
*/
T get() {
{code}
Sorry I just wanted to write "an *uninterruptible* blocking method".
That's opposite and a seed of confusion.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)