docs: update converter

This commit is contained in:
Ilkka Seppälä
2024-05-25 08:34:50 +03:00
parent a4f3f8ace9
commit 9890579de4
2 changed files with 43 additions and 8 deletions
@@ -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);
}
}