Fix test class name

This commit is contained in:
Vincent Galloy
2022-01-06 17:30:57 +01:00
parent 31d39c935e
commit 59422ffb55

View File

@ -6,6 +6,6 @@ package net.sourceforge.pmd.lang.java.rule.codestyle;
import net.sourceforge.pmd.testframework.PmdRuleTst;
public class FinalParameterInAbstractMethod extends PmdRuleTst {
public class FinalParameterInAbstractMethodTest extends PmdRuleTst {
// no additional unit tests
}