You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maven-javadoc-plugin is confused by some of our (probably malformed)
JavaDoc syntax, see `mvn package` output on JDK 17:
```
/home/runner/work/ks-java-runtime-test/ks-java-runtime-test/src/main/java/io/kaitai/struct/ByteBufferKaitaiStream.java:109: warning: empty <p> tag
* <p>
^
/home/runner/work/ks-java-runtime-test/ks-java-runtime-test/src/main/java/io/kaitai/struct/ByteBufferKaitaiStream.java:117: error: unexpected end tag: </p>
* </p>
^
```
This `error: unexpected end tag` even prevents `mvn package` from succeeding.
* <a href="https://stackoverflow.com/questions/2972986/how-to-unmap-a-file-from-memory-mapped-using-filechannel-in-java">How to unmap a file from memory mapped using FileChannel in java?</a>
128
+
*
133
129
* @throws IOException if FileChannel can't be closed
0 commit comments