Skip to content

Commit

Permalink
[core] Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Mar 9, 2024
1 parent f758571 commit 8cc2d29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions pmd-core/pmd-core-checkstyle-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
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;

Expand Down

0 comments on commit 8cc2d29

Please sign in to comment.