Skip to content

Commit 1a1fa01

Browse files
committed
Merge pull request #40637 from PiyalAhmed
* pr/40637: Fix typo in JavaDoc Closes gh-40637
2 parents 8c300b1 + 3cac9b1 commit 1a1fa01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/java/org/springframework/boot/build/JavaConventions.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
* <ul>
8585
* <li>Use {@code -parameters}.
8686
* <li>Treat warnings as errors
87-
* <li>Enable {@code unchecked}, {@code deprecation}, {@code rawtypes}, and {@code varags}
88-
* warnings
87+
* <li>Enable {@code unchecked}, {@code deprecation}, {@code rawtypes}, and
88+
* {@code varargs} warnings
8989
* </ul>
9090
* <li>{@link Jar} tasks are configured to produce jars with LICENSE.txt and NOTICE.txt
9191
* files and the following manifest entries:

0 commit comments

Comments
 (0)