Skip to content

Commit

Permalink
helper addTables
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Apr 19, 2012
1 parent 57da681 commit 21bfdcb
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,12 @@ public void addTables(Collection<Table> tables) {
}
}

public void addTables(Table[] tables) {
for (Table table : tables) {
addTable(table);
}
}

/**
* Removes the given table.
*
Expand Down

0 comments on commit 21bfdcb

Please sign in to comment.