forked from 2009Scape/Server
even more default capacities
This commit is contained in:
parent
78a9b8c88e
commit
19e20d9dc9
109 changed files with 144 additions and 144 deletions
|
|
@ -42,7 +42,7 @@ public final class SQLTable {
|
|||
* @return The columns.
|
||||
*/
|
||||
public List<SQLColumn> getChanged() {
|
||||
List<SQLColumn> updated = new ArrayList<>();
|
||||
List<SQLColumn> updated = new ArrayList<>(20);
|
||||
for (int i = 0; i < columns.length; i++) {
|
||||
SQLColumn column = columns[i];
|
||||
if (column.isChanged()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue