mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
No effective change - SqlTreeNodeBean cleanup - always same value params
This commit is contained in:
@@ -76,8 +76,8 @@ public class SqlTreeProperties {
|
||||
this.tableJoins = tableJoins;
|
||||
}
|
||||
|
||||
public void setAllProperties(boolean allProperties) {
|
||||
this.allProperties = allProperties;
|
||||
public void setAllProperties() {
|
||||
this.allProperties = true;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user