HBASE-3112 Enable and disable of table needs a bit of loving in new master

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1033252 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2010-11-09 21:53:02 +00:00
parent 50d58edca0
commit 934f1e7a41
1 changed files with 0 additions and 1 deletions

View File

@ -38,7 +38,6 @@ import org.apache.hadoop.hbase.util.Bytes;
import org.apache.hadoop.hbase.util.EnvironmentEdgeManager;
import org.apache.hadoop.hbase.util.FSUtils;
import org.apache.hadoop.hbase.util.PairOfSameType;
import org.apache.hadoop.hbase.zookeeper.ZKTable;
import org.apache.hadoop.util.Progressable;
import org.apache.zookeeper.KeeperException;