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

@ -13,8 +13,8 @@ import org.checkerframework.checker.nullness.qual.Nullable;
import net.sourceforge.pmd.lang.ast.impl.javacc.CharStreamFactory;
import net.sourceforge.pmd.lang.ast.impl.javacc.JavaccTokenDocument;
import net.sourceforge.pmd.lang.ast.impl.javacc.SimpleCharStream;
import net.sourceforge.pmd.util.document.CpdCompat;
import net.sourceforge.pmd.util.document.TextDocument;
import net.sourceforge.pmd.lang.document.CpdCompat;
import net.sourceforge.pmd.lang.document.TextDocument;
/**
* A SimpleCharStream, that supports the continuation of lines via backslash+newline,