fixed some bugs from findBugs
This commit is contained in:
parent
bdd6777c32
commit
f7d80ed4da
2 changed files with 2 additions and 0 deletions
|
@ -205,6 +205,7 @@ public class ClientConnectionDAOImpl implements ClientConnectionDAO {
|
|||
break;
|
||||
case LMS_SETUP:
|
||||
selectionFunction = this::allIdsOfLmsSetup;
|
||||
break;
|
||||
case USER:
|
||||
selectionFunction = this::allIdsOfUser;
|
||||
break;
|
||||
|
|
|
@ -245,6 +245,7 @@ public class IndicatorDAOImpl implements IndicatorDAO {
|
|||
break;
|
||||
case LMS_SETUP:
|
||||
selectionFunction = this::allIdsOfLmsSetup;
|
||||
break;
|
||||
case USER:
|
||||
selectionFunction = this::allIdsOfUser;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue