Minor cleanups

This commit is contained in:
Erik C. Thauvin 2024-08-30 13:29:45 -07:00
parent fd950f223d
commit f2cf1b18bb
Signed by: erik
GPG key ID: 776702A6A2DA330E
2 changed files with 21 additions and 43 deletions

View file

@ -24,6 +24,7 @@ package rife.bld.extension;
*/
@SuppressWarnings({"PMD.TestClassWithoutTestCases", "unused"})
class TestNgExample {
@SuppressWarnings("SameReturnValue")
public String getMessage() {
return "Hello World!";
}