Fix build

This commit is contained in:
Clément Fournier
2022-03-07 21:01:42 +01:00
parent 454a501bfb
commit f3454949d7
13 changed files with 142 additions and 120 deletions

View File

@ -16,8 +16,8 @@ import net.sourceforge.pmd.lang.ast.CharStream;
import net.sourceforge.pmd.lang.ast.impl.javacc.CharStreamFactory;
import net.sourceforge.pmd.lang.ast.impl.javacc.JavaccToken;
import net.sourceforge.pmd.lang.ast.impl.javacc.JavaccTokenDocument;
import net.sourceforge.pmd.lang.python.ast.PythonTokenKinds;
import net.sourceforge.pmd.lang.document.TextDocument;
import net.sourceforge.pmd.lang.python.ast.PythonTokenKinds;
/**
* The Python tokenizer.