[core] Fix unused import
This commit is contained in:
parent
f758571ca7
commit
8cc2d291da
@ -7,5 +7,4 @@
|
||||
|
||||
<!-- ModifiedControlVariable / JumbledIncrementer -->
|
||||
<suppress checks="ModifiedControlVariable" files="net[\\/]sourceforge[\\/]pmd[\\/]cpd[\\/]MatchAlgorithm\.java"/>
|
||||
<suppress checks="ModifiedControlVariable" files="net[\\/]sourceforge[\\/]pmd[\\/]lang[\\/]dfa[\\/]SequenceChecker\.java"/>
|
||||
</suppressions>
|
||||
</suppressions>
|
||||
|
@ -10,7 +10,6 @@ import java.util.List;
|
||||
import org.checkerframework.checker.nullness.qual.NonNull;
|
||||
import org.checkerframework.checker.nullness.qual.Nullable;
|
||||
|
||||
import net.sourceforge.pmd.cpd.impl.JavaccCpdLexer;
|
||||
import net.sourceforge.pmd.lang.ast.impl.TokenDocument;
|
||||
import net.sourceforge.pmd.lang.document.TextDocument;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user