79634031

Date: 2025-05-22 15:11:47
Score: 0.5
Natty:
Report link

Maybe define a toString method that returns the email property to the EmailData class?

@Override
public String toString() {
    return this.email;
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • High reputation (-2):
Posted by: Mr. Polywhirl