File tree Expand file tree Collapse file tree
sormas-ui/src/main/java/de/symeda/sormas/ui/samples Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1015,7 +1015,7 @@ public TuberculosisIGRAInputValueChangeListener(BeanFieldGroup<PathogenTestDto>
10151015 "unchecked" ,
10161016 "rawtypes" })
10171017 @ Override
1018- public void valueChange (com . vaadin . v7 . data . Property .ValueChangeEvent event ) {
1018+ public void valueChange (Property .ValueChangeEvent event ) {
10191019
10201020 final Field <?> igraInputField = fieldGroup .getField (igraInputFieldId );
10211021
@@ -1126,7 +1126,7 @@ public TuberculosisIGRAGT10InputValueChangeListener(BeanFieldGroup<PathogenTestD
11261126 "rawtypes" ,
11271127 "unchecked" })
11281128 @ Override
1129- public void valueChange (com . vaadin . v7 . data . Property .ValueChangeEvent event ) {
1129+ public void valueChange (Property .ValueChangeEvent event ) {
11301130
11311131 // let's try to get the numeric input field and converted value
11321132 final Field <?> igraInputField = fieldGroup .getField (igraInputFieldId );
You can’t perform that action at this time.
0 commit comments