fixed pmd violation
This commit is contained in:
parent
2ed7acbc31
commit
77a534385c
@ -48,7 +48,7 @@ public class App {
|
||||
|
||||
UserDto dtoUser = new UserDto("John", "Doe", true, "whatever[at]wherever.com");
|
||||
User user = userConverter.convertFromDto(dtoUser);
|
||||
UserDto dtoUserCopy = userConverter.convertFromEntity(user);
|
||||
System.out.println("Entity converted from DTO:" + user);
|
||||
|
||||
ArrayList<User> users = Lists.newArrayList(new User("Camile", "Tough", false, "124sad"),
|
||||
new User("Marti", "Luther", true, "42309fd"), new User("Kate", "Smith", true, "if0243"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user