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 2012/08/20 22:23:27 UTC

svn commit: r1375202 - /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTable.java

Author: stack
Date: Mon Aug 20 20:23:26 2012
New Revision: 1375202

URL: http://svn.apache.org/viewvc?rev=1375202&view=rev
Log:
HBASE-6378 the javadoc of setEnabledTable maybe not describe accurately

Modified:
    hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTable.java

Modified: hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTable.java
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTable.java?rev=1375202&r1=1375201&r2=1375202&view=diff
==============================================================================
--- hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTable.java (original)
+++ hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/zookeeper/ZKTable.java Mon Aug 20 20:23:26 2012
@@ -350,8 +350,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