forked from phoedos/pmd
Fix test class name
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user