Skip to content

Commit 2079270

Browse files
committed
updates
1 parent e83077b commit 2079270

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

jdk_17_maven/em/embedded/rest/tiltaksgjennomforing-api/src/main/java/em/embedded/rest/tiltaksgjennomforing/api/EmbeddedEvoMasterController.java

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,10 @@ public String getPackagePrefixesToCover() {
7070
}
7171

7272
@Override
73-
public List<AuthenticationDto> getInfoForAuthentication() {
74-
return null;
75-
}
73+
public List<AuthenticationDto> getInfoForAuthentication() { return null; }
7674

7775
@Override
78-
public ProblemInfo getProblemInfo() {
79-
return null;
80-
}
76+
public ProblemInfo getProblemInfo() { return null; }
8177

8278
@Override
8379
public SutInfoDto.OutputFormat getPreferredOutputFormat() {
@@ -147,7 +143,5 @@ public void resetStateOfSUT() {
147143
}
148144

149145
@Override
150-
public List<DbSpecification> getDbSpecifications() {
151-
return dbSpecification;
152-
}
146+
public List<DbSpecification> getDbSpecifications() { return dbSpecification; }
153147
}

0 commit comments

Comments
 (0)