Skip to content

Commit a91d1ab

Browse files
committed
(fix) doc warnings
1 parent 39cfb99 commit a91d1ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
</dependencies>
111111

112112
<build>
113-
114113
<plugins>
115114
<plugin>
116115
<groupId>com.github.spotbugs</groupId>
@@ -174,6 +173,9 @@
174173
<version>3.0.1</version>
175174
<configuration>
176175
<source>8</source>
176+
<!-- sorry for get rid of doc warnings because we lack so much of docs... :tada -->
177+
<additionalOptions>-Xdoclint:none</additionalOptions>
178+
<additionalJOption>-Xdoclint:none</additionalJOption>
177179
</configuration>
178180
<executions>
179181
<execution>

0 commit comments

Comments
 (0)