From 0d98399152372eda00ffe67e81ffd0994ef5b4a1 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Wed, 23 Oct 2013 18:41:58 +0000 Subject: [PATCH] HBASE-9694 HBaseTestingUtility.createTable infinite loop git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1535117 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/hadoop/hbase/HBaseTestingUtility.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java b/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java index ce740d538a5..5f59f7f7117 100644 --- a/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java +++ b/hbase-server/src/test/java/org/apache/hadoop/hbase/HBaseTestingUtility.java @@ -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