refactor: Fix yellow code smells #27
@ -58,7 +58,7 @@ public class HelloController {
|
||||
.readAll()
|
||||
.stream()
|
||||
.map(e -> this.helloMapper.mapToGetDto(e))
|
||||
.collect(Collectors.toList());
|
||||
.toList();
|
||||
}
|
||||
|
||||
@Operation(summary = "deletes a Hello by id")
|
||||
|
Loading…
Reference in New Issue
Block a user