Skip to content

Commit 28029b2

Browse files
committed
Remove old comment
1 parent 56652cb commit 28029b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/nibor/autolink/internal/EmailScanner.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public boolean scan(CharSequence input, int triggerIndex, int rewindIndex, int[]
3737
private int findFirst(CharSequence input, int beginIndex, int rewindIndex) {
3838
int first = -1;
3939
boolean atomBoundary = true;
40-
// >= or > ?
4140
for (int i = beginIndex; i >= rewindIndex; i--) {
4241
char c = input.charAt(i);
4342
if (localAtomAllowed(c)) {

0 commit comments

Comments
 (0)