Skip to content

Commit

Permalink
fix javadoc settings
Browse files Browse the repository at this point in the history
  • Loading branch information
adinn committed Jun 26, 2023
1 parent 4bcc8d7 commit eaa139f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2588,7 +2588,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<configuration>
<additionalparam>-Xdoclint:-missing</additionalparam>
<doclint>-missing</doclint>
</configuration>
</plugin>

Expand Down

0 comments on commit eaa139f

Please sign in to comment.