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
This commit is contained in:
parent
caefd5c28f
commit
49a769b45c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue