Skip to content

Commit

Permalink
turn todo into an question issue, see #41
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Feb 21, 2018
1 parent 247f8f6 commit 4d02942
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/cloudogu/smeagol/wiki/domain/Email.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
*/
public final class Email {

// TODO should we use such a strong validation?
private static final Pattern EMAIL_PATTERN = Pattern.compile(
"^[_A-Za-z0-9-\\+]+(\\.[_A-Za-z0-9-]+)*@[A-Za-z0-9-]+(\\.[A-Za-z0-9]+)*(\\.[A-Za-z]{2,})$"
);
Expand Down

0 comments on commit 4d02942

Please sign in to comment.