Fix typo in JavaDoc
See gh-40637
This commit is contained in:
committed by
Moritz Halbritter
parent
8c300b1652
commit
3cac9b1d17
@@ -84,8 +84,8 @@ import org.springframework.util.StringUtils;
|
||||
* <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:
|
||||
|
||||
Reference in New Issue
Block a user