Remove unused warnings
This commit is contained in:
parent
3a767ddcb2
commit
8274798be5
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue