Fix checkstyle

This commit is contained in:
Andreas Dangel 2024-07-18 10:03:13 +02:00
parent f0a5930a40
commit 7023ea3d27
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -8,10 +8,10 @@ import java.util.HashMap;
import java.util.Map;
import java.util.regex.Pattern;
import net.sourceforge.pmd.lang.apex.ast.ASTUserClassOrInterface;
import org.checkerframework.checker.nullness.qual.NonNull;
import net.sourceforge.pmd.lang.apex.ast.ASTUserClass;
import net.sourceforge.pmd.lang.apex.ast.ASTUserClassOrInterface;
import net.sourceforge.pmd.lang.apex.ast.ASTUserEnum;
import net.sourceforge.pmd.lang.apex.ast.ASTUserInterface;
import net.sourceforge.pmd.lang.rule.RuleTargetSelector;