fixed some bugs from findBugs

This commit is contained in:
anhefti 2020-10-26 10:42:05 +01:00
parent bdd6777c32
commit f7d80ed4da
No known key found for this signature in database
GPG key ID: E9AD9471B6BC114D
2 changed files with 2 additions and 0 deletions

View file

@ -205,6 +205,7 @@ public class ClientConnectionDAOImpl implements ClientConnectionDAO {
break; break;
case LMS_SETUP: case LMS_SETUP:
selectionFunction = this::allIdsOfLmsSetup; selectionFunction = this::allIdsOfLmsSetup;
break;
case USER: case USER:
selectionFunction = this::allIdsOfUser; selectionFunction = this::allIdsOfUser;
break; break;

View file

@ -245,6 +245,7 @@ public class IndicatorDAOImpl implements IndicatorDAO {
break; break;
case LMS_SETUP: case LMS_SETUP:
selectionFunction = this::allIdsOfLmsSetup; selectionFunction = this::allIdsOfLmsSetup;
break;
case USER: case USER:
selectionFunction = this::allIdsOfUser; selectionFunction = this::allIdsOfUser;
break; break;