Skip to content

Commit 4169aad

Browse files
committed
Fix unit test
1 parent 9639043 commit 4169aad

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

app/display/model/src/test/java/org/csstudio/display/builder/model/AllWidgetsAllProperties.java

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ public void setDescription(String description) {
7171

7272
}
7373

74-
@Override
75-
public Node getEditor(Widget widget) {
76-
return null;
77-
}
78-
7974
@Override
8075
public void readFromXML(ModelReader modelReader, Element actionXml) {
8176
}
@@ -89,17 +84,6 @@ public void writeToXML(ModelWriter modelWriter, XMLStreamWriter writer) throws E
8984
writer.writeStartElement(XMLTags.SCRIPT);
9085
writer.writeEndElement();
9186
}
92-
93-
@Override
94-
public void revert(){
95-
96-
}
97-
98-
@Override
99-
public ActionInfo commit(){
100-
return this;
101-
}
102-
10387
};
10488
button.propActions().setValue(new ActionInfos(Arrays.asList(actionInfo)));
10589
}

0 commit comments

Comments
 (0)