Made an error while committing 912.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@701501 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jean-Daniel Cryans 2008-10-03 19:27:25 +00:00
parent 70dac88e1f
commit b99382cd1a
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ public class PerformanceEvaluation implements HConstants {
if (extantTables.length > 0) {
// Check to see if our table already exists. Print warning if it does.
for (int i = 0; i < extantTables.length; i++) {
if (extantTables[1].equals(tableDescriptor)) {
if (extantTables[i].equals(tableDescriptor)) {
LOG.warn("Table " + tableDescriptor + " already exists");
tableExists = true;
break;