Cleaned up API to match bld operations aand options APIs
This commit is contained in:
parent
994bc399d6
commit
4e44484157
7 changed files with 153 additions and 18 deletions
|
@ -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!";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue