Skip to content

Commit 6898e83

Browse files
Duncan McGregordmcg
authored andcommitted
Clean for conversion
1 parent 9a9a779 commit 6898e83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/travelator/EmailAddress.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ public class EmailAddress {
66
private final String localPart;
77
private final String domain;
88

9-
109
public static EmailAddress parse(String value) {
1110
var atIndex = value.lastIndexOf('@');
1211
if (atIndex < 1 || atIndex == value.length() - 1)

0 commit comments

Comments
 (0)