Skip to content

Commit d085d74

Browse files
committed
Add method override of buildForm() to SWEControlForm
1 parent 6bc32a2 commit d085d74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sensorhub-webui-core/src/main/java/org/sensorhub/ui/SWEControlForm.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ public void attach()
7979
}
8080
}
8181

82+
@Override
83+
protected void buildForm() {
84+
buildForm(null);
85+
}
8286

8387
protected void buildForm(ClickListener submitListener)
8488
{

0 commit comments

Comments
 (0)