ADD:: added javadoc comments where needed for the checkstyle
EDIT:: edited some lines to fit the checkstyle fixed some indentation warnings and line length warnings
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
package gogreen.common;
|
||||
|
||||
public class UserDTO {
|
||||
|
||||
private Long id;
|
||||
private Long id;
|
||||
private String name;
|
||||
|
||||
public UserDTO() {
|
||||
}
|
||||
}
|
||||
|
||||
public UserDTO(Long id, String name) {
|
||||
this.id = id;
|
||||
|
||||
Reference in New Issue
Block a user