Cleaned up API to match bld operations aand options APIs

This commit is contained in:
Erik C. Thauvin 2024-08-28 14:10:17 -07:00
parent 994bc399d6
commit 4e44484157
Signed by: erik
GPG key ID: 776702A6A2DA330E
7 changed files with 153 additions and 18 deletions

View file

@ -22,7 +22,7 @@ package rife.bld.extension;
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
* @since 1.0
*/
@SuppressWarnings("PMD.TestClassWithoutTestCases")
@SuppressWarnings({"PMD.TestClassWithoutTestCases", "unused"})
class TestNgExample {
public String getMessage() {
return "Hello World!";