Skip to content

Commit

Permalink
RSyntaxDocument#getTokenListForLine not final
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellwig-SE committed Jul 21, 2022
1 parent 27f2347 commit d36c97d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public String getSyntaxStyle() {
* >= 0.
* @return A token list representing the specified line.
*/
public final Token getTokenListForLine(int line) {
public Token getTokenListForLine(int line) {

tokenRetrievalCount++;
if (line==lastLine && cachedTokenList!=null) {
Expand Down

0 comments on commit d36c97d

Please sign in to comment.