Skip to content

Commit

Permalink
Fix typo in JavaDoc
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyalAhmed authored and mhalbritter committed May 13, 2024
1 parent 8c300b1 commit 3cac9b1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
* <ul>
* <li>Use {@code -parameters}.
* <li>Treat warnings as errors
* <li>Enable {@code unchecked}, {@code deprecation}, {@code rawtypes}, and {@code varags}
* warnings
* <li>Enable {@code unchecked}, {@code deprecation}, {@code rawtypes}, and
* {@code varargs} warnings
* </ul>
* <li>{@link Jar} tasks are configured to produce jars with LICENSE.txt and NOTICE.txt
* files and the following manifest entries:
Expand Down

0 comments on commit 3cac9b1

Please sign in to comment.