We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe670c commit d40c820Copy full SHA for d40c820
sormas-api/src/main/java/de/symeda/sormas/api/user/UserFacade.java
@@ -93,7 +93,7 @@ public interface UserFacade {
93
List<UserReferenceDto> getUserRefsByDistrict(DistrictReferenceDto district, Disease limitedDisease, UserRight... userRights);
94
95
/**
96
- *
+ *
97
* @param district
98
* reference of the district to be filtered for. When this district is null, it is not filtered in this regard.
99
* NOTE: some users don't have a district (often users with NATIONAL_USER role, for example). They will
0 commit comments