HBASE-9694 HBaseTestingUtility.createTable infinite loop

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1535117 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-10-23 18:41:58 +00:00
parent f7ed0f18f5
commit 0d98399152
1 changed files with 0 additions and 12 deletions

View File

@ -1073,18 +1073,6 @@ public class HBaseTestingUtility extends HBaseCommonTestingUtility {
return createTable(TableName.valueOf(tableName), new byte[][]{family});
}
/**
* Create a table.
* @param tableName
* @param families
* @return An HTable instance for the created table.
* @throws IOException
*/
public HTable createTable(String tableName, String[] families)
throws IOException {
return createTable(tableName, families);
}
/**
* Create a table.
* @param tableName