Skip to content

Commit ed109fb

Browse files
committed
doc: fix javadoc error
Javadoc was exiting with the following error on JDK 13 error: heading used out of sequence: <H2>, compared to implicit preceding heading: <H0> Flag added to suppress the error.
1 parent 715f3b5 commit ed109fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
<javadocVersion>${jdk.version}</javadocVersion>
179179
<source>${jdk.version}</source>
180180

181-
<doclint>all,-missing</doclint>
181+
<doclint>all,-missing,-accessibility</doclint>
182182
<!--
183183
Ideally I'd simply link to javadoc.io for everything here via
184184
<links>...</links>. However, there are a number of pitfalls when

0 commit comments

Comments
 (0)