You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Hiroshi Ikeda (JIRA)" <ji...@apache.org> on 2016/07/15 08:05:20 UTC

[jira] [Updated] (HBASE-16236) Typo in javadoc of InstancePending

     [ https://issues.apache.org/jira/browse/HBASE-16236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hiroshi Ikeda updated HBASE-16236:
----------------------------------
    Attachment: HBASE-16236.patch

> Typo in javadoc of InstancePending
> ----------------------------------
>
>                 Key: HBASE-16236
>                 URL: https://issues.apache.org/jira/browse/HBASE-16236
>             Project: HBase
>          Issue Type: Sub-task
>          Components: Zookeeper
>            Reporter: Hiroshi Ikeda
>            Priority: Trivial
>             Fix For: 2.0.0, 1.3.0, 1.4.0, 0.98.20
>
>         Attachments: HBASE-16236.patch
>
>
> {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)