Skip to content

Commit 3cac9b1

Browse files
PiyalAhmedmhalbritter
authored andcommitted
Fix typo in JavaDoc
See gh-40637
1 parent 8c300b1 commit 3cac9b1

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)