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;
|
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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue