Skip to content

Commit 3b6cd6d

Browse files
removed the non-nls tag
1 parent 61e3087 commit 3b6cd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.eclipse.jdt.core.compiler.batch/src/org/eclipse/jdt/internal/compiler/parser/AbstractCommentParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1609,7 +1609,7 @@ else if (this.tagValue == TAG_VALUE_VALUE) {
16091609
if (this.abort) return false;
16101610
}
16111611
}
1612-
} else if (this.source[this.scanner.getCurrentTokenEndPosition() +1 ] == '.') { //$NON-NLS-1$
1612+
} else if (this.source[this.scanner.getCurrentTokenEndPosition() +1 ] == '.') {
16131613
int currStartPos = this.scanner.startPosition;
16141614
typeRefStartPosition = this.scanner.getCurrentTokenStartPosition();
16151615
typeRef = parseURLReference(false);

0 commit comments

Comments
 (0)