Skip to content

Commit

Permalink
Merge pull request #40637 from PiyalAhmed
Browse files Browse the repository at this point in the history
* pr/40637:
  Fix typo in JavaDoc

Closes gh-40637
  • Loading branch information
mhalbritter committed May 13, 2024
2 parents 8c300b1 + 3cac9b1 commit 1a1fa01
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 1a1fa01

Please sign in to comment.