Skip to content

Commit ef0cf7e

Browse files
committed
Merge branch '3.1.x' into 3.2.x
Closes gh-40702
2 parents 364af04 + 1a1fa01 commit ef0cf7e

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

Lines changed: 2 additions & 2 deletions
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)