File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/display/editor/src/main/java/org/csstudio/display/builder/editor/properties Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8181public class RulesDialog extends Dialog <List <RuleInfo >>
8282{
8383 /** Expression info as property-based item for table */
84- private abstract static class ExprItem <T >
84+ protected abstract static class ExprItem <T >
8585 {
8686 final protected StringProperty boolExp = new SimpleStringProperty ();
8787 final protected SimpleObjectProperty <Node > field = new SimpleObjectProperty <>();
@@ -223,7 +223,7 @@ public static <T> ExprItem<?> makeNewFromOld(
223223 }
224224
225225 /** Modifiable RuleInfo */
226- private static class RuleItem
226+ protected static class RuleItem
227227 {
228228 public List <ExprItem <?>> expressions ;
229229 public List <PVTableItem > pvs ;
You can’t perform that action at this time.
0 commit comments