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