Update and rename DoNotTerminateVM.java to DoNotTerminateVMTest.java

This commit is contained in:
Clément Fournier
2020-10-13 23:04:43 +02:00
committed by GitHub
parent b80c78d638
commit e3804da978

View File

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