Skip to content

Commit c4fba38

Browse files
Add <doclint>none</doclint> to javadocs (#33)
1 parent 506788c commit c4fba38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@
118118
<version>${maven-javadoc-plugin.version}</version>
119119
<configuration>
120120
<show>private</show>
121+
<doclint>none</doclint>
121122
</configuration>
122123
<executions>
123124
<execution>

0 commit comments

Comments
 (0)