Repository: hbase Updated Branches: refs/heads/branch-1 f83c2345b -> c3fba6084
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/c3fba608 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c3fba608 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c3fba608 Branch: refs/heads/branch-1 Commit: c3fba608421046f9b94ad67fb3bd5c4938756e14 Parents: f83c234 Author: stack <[email protected]> Authored: Mon Jul 18 22:26:27 2016 -0700 Committer: stack <[email protected]> Committed: Mon Jul 18 22:26:59 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/c3fba608/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() {
