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:
@@ -61,7 +61,7 @@ public class SqlTreeProperties {
|
||||
}
|
||||
|
||||
public STreeProperty[] getProps() {
|
||||
return propsList.toArray(new STreeProperty[propsList.size()]);
|
||||
return propsList.toArray(new STreeProperty[0]);
|
||||
}
|
||||
|
||||
boolean isPartialObject() {
|
||||
|
||||
Reference in New Issue
Block a user