Revert completly Java test

This commit is contained in:
Sashko
2024-02-22 01:48:03 +02:00
committed by Oleksandr Shvets
parent b01d630e2e
commit 3b9dcc0f2f

View File

@ -1,7 +1,11 @@
/**
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.lang.ecmascript.rule.codestyle;
import net.sourceforge.pmd.testframework.PmdRuleTst;
public class UnnecessaryBlockTest extends PmdRuleTst {
// no additional unit tests
}