#1747 - Refactor remove unused SqlTreeProperties readOnly

This commit is contained in:
rob bygrave
2019-07-02 23:15:41 +12:00
parent 8b18b2a20e
commit 576eb01187
2 changed files with 0 additions and 11 deletions
@@ -12,11 +12,6 @@ import java.util.List;
*/
public class SqlTreeProperties {
/**
* True if this node of the tree should have read only entity beans.
*/
private boolean readOnly;
/**
* The bean properties in order.
*/
@@ -68,10 +63,6 @@ public class SqlTreeProperties {
return !allProperties;
}
public void setReadOnly(boolean readOnly) {
this.readOnly = readOnly;
}
void setAllProperties() {
this.allProperties = true;
}