mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
Theme Editor: fixed typo
This commit is contained in:
@@ -58,7 +58,7 @@ class FlatOccurrenceMarker
|
|||||||
// make a copy of the token because it is overwritten in getTokenListForLine()
|
// make a copy of the token because it is overwritten in getTokenListForLine()
|
||||||
Token t2 = new TokenImpl( t );
|
Token t2 = new TokenImpl( t );
|
||||||
|
|
||||||
// check whether token occurres more than once
|
// check whether token occurs more than once
|
||||||
boolean mark = false;
|
boolean mark = false;
|
||||||
for( int i = 0; i < lineCount && !mark; i++ ) {
|
for( int i = 0; i < lineCount && !mark; i++ ) {
|
||||||
Token temp = doc.getTokenListForLine( i );
|
Token temp = doc.getTokenListForLine( i );
|
||||||
|
|||||||
Reference in New Issue
Block a user