refactor: Fix yellow code smells #27
1 changed files with 1 additions and 1 deletions
|
@ -94,6 +94,6 @@ public class HelloController {
|
||||||
.findByMessage(message)
|
.findByMessage(message)
|
||||||
.stream()
|
.stream()
|
||||||
.map(e -> this.helloMapper.mapToGetDto(e))
|
.map(e -> this.helloMapper.mapToGetDto(e))
|
||||||
.collect(Collectors.toList());
|
.toList();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue