Remove unused warnings

This commit is contained in:
Erik C. Thauvin 2025-03-19 22:16:41 -07:00
parent 3a767ddcb2
commit 8274798be5
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -41,7 +41,7 @@ import java.lang.annotation.Annotation;
* @created 2019-04-02
* @since 1.2.0
*/
@SuppressWarnings({"ClassExplicitlyAnnotation", "SameReturnValue", "java:S2187", "PMD.TestClassWithoutTestCases"})
@SuppressWarnings({"ClassExplicitlyAnnotation", "PMD.TestClassWithoutTestCases"})
class VersionTest implements Version {
String template = "myversion.mustache";