fixed some compiler warnings

This commit is contained in:
Fabio Formosa
2022-11-12 17:51:47 +01:00
parent 933975ce70
commit c538ea95ee
3 changed files with 5 additions and 3 deletions

View File

@@ -181,6 +181,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.4.1</version>
<executions>
<execution>
<id>attach-javadocs</id>
@@ -188,6 +189,7 @@
<goal>jar</goal>
</goals>
<configuration>
<detectJavaApiLink>false</detectJavaApiLink>
<doclint>none</doclint>
</configuration>
</execution>