fix java 8
This commit is contained in:
parent
beac468b70
commit
e38ba52715
1 changed files with 1 additions and 1 deletions
|
@ -2210,7 +2210,7 @@ public class UseCasesIntegrationTest extends GuiIntegrationTest {
|
||||||
.stream()
|
.stream()
|
||||||
.filter(name -> name.name.startsWith("examAdmin2"))
|
.filter(name -> name.name.startsWith("examAdmin2"))
|
||||||
.findFirst()
|
.findFirst()
|
||||||
.orElseThrow();
|
.get();
|
||||||
|
|
||||||
List<EntityKey> dependencies = restService.getBuilder(GetUserDependency.class)
|
List<EntityKey> dependencies = restService.getBuilder(GetUserDependency.class)
|
||||||
.withURIVariable(API.PARAM_MODEL_ID, user.getModelId())
|
.withURIVariable(API.PARAM_MODEL_ID, user.getModelId())
|
||||||
|
|
Loading…
Add table
Reference in a new issue