Skip to content
This repository was archived by the owner on Jan 10, 2026. It is now read-only.

Commit c5a107c

Browse files
committed
delete isEmpty()
1 parent fcf2c4c commit c5a107c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/org/example/springnewbie/ReqDTO/AddUserDTO.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,4 @@ public boolean isEmailValid(){
2424
EmailValidator validator = EmailValidator.getInstance();
2525
return validator.isValid(email);
2626
}
27-
28-
public boolean isEmpty(){
29-
return (name == null || email == null || password == null);
30-
}
3127
}

0 commit comments

Comments
 (0)