Renamed with Test suffix

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4876 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2006-12-14 02:13:30 +00:00
parent db33e92828
commit 7dc290d89e

View File

@ -4,7 +4,7 @@
import net.sourceforge.pmd.Rule;
import test.net.sourceforge.pmd.testframework.SimpleAggregatorTst;
public class AvoidSynchronizedAtMethodLevel extends SimpleAggregatorTst {
public class AvoidSynchronizedAtMethodLevelTest extends SimpleAggregatorTst {
private Rule rule;