You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2016/07/19 05:26:43 UTC

hbase git commit: HBASE-16236 Typo in javadoc of InstancePending (Hiroshi Ikeda)

Repository: hbase
Updated Branches:
  refs/heads/master c9925bcec -> 1a62eaa89


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


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1a62eaa8
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1a62eaa8
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/1a62eaa8

Branch: refs/heads/master
Commit: 1a62eaa89cebd7c2d011fa68d2be56aab7a5840b
Parents: c9925bc
Author: stack <st...@apache.org>
Authored: Mon Jul 18 22:26:27 2016 -0700
Committer: stack <st...@apache.org>
Committed: Mon Jul 18 22:26:27 2016 -0700

----------------------------------------------------------------------
 .../java/org/apache/hadoop/hbase/zookeeper/InstancePending.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/1a62eaa8/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/InstancePending.java
----------------------------------------------------------------------
diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/InstancePending.java b/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/InstancePending.java
index 7464dbb..7458ac7 100644
--- a/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/InstancePending.java
+++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/zookeeper/InstancePending.java
@@ -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() {