Skip to content
This repository was archived by the owner on May 5, 2021. It is now read-only.

Commit 6969f9e

Browse files
author
barnabartha
committed
SORMAS-Foundation#2642 - fix commented code
1 parent 62e3f81 commit 6969f9e

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

sormas-ui/src/main/java/de/symeda/sormas/ui/statistics/StatisticsFilterResidenceElement.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ public StatisticsFilterResidenceElement(int rowIndex) {
3131
addStyleName(CssStyles.LAYOUT_MINIMAL);
3232
setWidth(100, Unit.PERCENTAGE);
3333

34-
// HorizontalLayout regionDistrictCommunityLayout = new HorizontalLayout();
35-
3634
VerticalLayout firstColumnLayout = new VerticalLayout();
3735
VerticalLayout secondColumnLayout = new VerticalLayout();
3836

@@ -65,19 +63,9 @@ public StatisticsFilterResidenceElement(int rowIndex) {
6563

6664
firstColumnLayout.addComponent(postcodeElement);
6765

68-
// regionDistrictCommunityLayout.addComponent(firstColumnLayout);
69-
// regionDistrictCommunityLayout.addComponent(secondColumnLayout);
70-
71-
// HorizontalLayout cityPostcodeAddressLayout = new HorizontalLayout();
72-
//
73-
// cityPostcodeAddressLayout.addComponent(new VerticalLayout(cityElement));
74-
// cityPostcodeAddressLayout.addComponent(new VerticalLayout(postcodeElement));
75-
7666
addComponent(firstColumnLayout);
7767
addComponent(secondColumnLayout);
7868

79-
// addComponent(new VerticalLayout(regionDistrictCommunityLayout, cityPostcodeAddressLayout));
80-
8169
regionElement.setValueChangeListener(e -> {
8270
districtElement.updateDropdownContent();
8371
// Remove values from district token field if the respective region is no longer selected

0 commit comments

Comments
 (0)