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

Commit a17822e

Browse files
authored
SORMAS-Foundation#2978 Change QuarantineType enums ordering (SORMAS-Foundation#3159)
1 parent c7fe80a commit a17822e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sormas-api/src/main/java/de/symeda/sormas/api/contact/QuarantineType.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
public enum QuarantineType {
88

9+
HOME,
10+
INSTITUTIONELL,
911
@HideForCountriesExcept(countries = CountryHelper.COUNTRY_CODE_SWITZERLAND)
1012
HOSPITAL,
1113
@HideForCountriesExcept(countries = CountryHelper.COUNTRY_CODE_SWITZERLAND)
1214
HOTEL,
1315
@HideForCountriesExcept(countries = CountryHelper.COUNTRY_CODE_SWITZERLAND)
1416
ASYLUM_ACCOMMODATION,
15-
INSTITUTIONELL,
16-
HOME,
1717
NONE,
1818
UNKNOWN,
1919
OTHER;

0 commit comments

Comments
 (0)