Minor cleanup

This commit is contained in:
Erik C. Thauvin 2023-11-03 22:08:45 -07:00
parent f837b26903
commit c7578a870f
6 changed files with 135 additions and 14 deletions

View file

@ -16,6 +16,7 @@
package rife.bld.extension;
@SuppressWarnings({"PMD.TestClassWithoutTestCases", "PMD.SystemPrintln"})
public class CompileKotlinOperationTest {
void verifyHello() {
if (!"Hello World!".equals(new CompileKotlinOperation().getMessage())) {