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

2016-07-18 Thread stack (JIRA)

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

stack updated HBASE-16236:
--
   Resolution: Fixed
 Hadoop Flags: Reviewed
Fix Version/s: (was: 0.98.20)
   (was: 1.3.0)
   Status: Resolved  (was: Patch Available)

Pushed to branch-1 and master branch... Thanks for the patch [~ikeda].

> 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
>Assignee: Hiroshi Ikeda
>Priority: Trivial
> Fix For: 2.0.0, 1.4.0
>
> Attachments: HBASE-16236.patch
>
>
> {code}
> class InstancePending {
> ...
>   /**
>* 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)


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

2016-07-15 Thread Hiroshi Ikeda (JIRA)

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

Hiroshi Ikeda updated HBASE-16236:
--
Assignee: Hiroshi Ikeda
  Status: Patch Available  (was: Open)

> 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
>Assignee: 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 {
> ...
>   /**
>* 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)


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

2016-07-15 Thread Hiroshi Ikeda (JIRA)

 [ 
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 {
> ...
>   /**
>* 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)