[core] Rename TokenMgrError to LexException

See #4065
This commit is contained in:
Andreas Dangel
2024-01-11 15:49:21 +01:00
parent 2e7263af69
commit 55d91791c3
27 changed files with 54 additions and 82 deletions

View File

@ -17,9 +17,6 @@ PARSER_BEGIN(PythonParserImpl)
package net.sourceforge.pmd.lang.python.ast;
import net.sourceforge.pmd.lang.ast.impl.javacc.CharStream;
import net.sourceforge.pmd.lang.ast.TokenMgrError;
public class PythonParserImpl {
}