mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
#1738 - Refactor toArray() plus various
This commit is contained in:
@@ -49,7 +49,7 @@ final class DRawSqlColumnsParser {
|
||||
tmp.add(aSplit.trim());
|
||||
}
|
||||
}
|
||||
split = tmp.toArray(new String[tmp.size()]);
|
||||
split = tmp.toArray(new String[0]);
|
||||
}
|
||||
|
||||
if (split.length == 0) {
|
||||
|
||||
Reference in New Issue
Block a user