From 49a769b45c71e282a545593ab94bed64b944d155 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Mon, 20 Aug 2012 20:22:44 +0000 Subject: [PATCH] HBASE-6378 the javadoc of setEnabledTable maybe not describe accurately git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1375200 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/hadoop/hbase/zookeeper/ZKTable.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTable.java b/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTable.java index 4a3b3db8534..85f7eb59e3d 100644 --- a/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTable.java +++ b/hbase-server/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTable.java @@ -351,8 +351,8 @@ public class ZKTable { } /** - * Sets the ENABLED state in the cache and deletes the zookeeper node. Fails - * silently if the node is not in enabled in zookeeper + * Sets the ENABLED state in the cache and creates or force updates a node to + * ENABLED state for the specified table * * @param tableName * @throws KeeperException