mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-30 14:20:55 +00:00
docs: update converter
This commit is contained in:
@@ -59,6 +59,5 @@ public class App {
|
||||
LOGGER.info("DTO entities converted from domain:");
|
||||
List<UserDto> dtoEntities = userConverter.createFromEntities(users);
|
||||
dtoEntities.stream().map(UserDto::toString).forEach(LOGGER::info);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user