Move nspmd.util.document -> lang.document

This commit is contained in:
Clément Fournier
2022-03-05 18:05:04 +01:00
parent 1f8497fc55
commit f4f7f4b65d
125 changed files with 167 additions and 179 deletions

View File

@ -16,7 +16,7 @@ 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.util.document.TextDocument;
import net.sourceforge.pmd.lang.document.TextDocument;
/**
* The Python tokenizer.