Remove Log4J configurer from package-info.java in spring-core

Closes gh-28411
This commit is contained in:
neals 2022-05-03 20:22:09 -07:00 committed by Sam Brannen
parent e22a038725
commit cf30327740
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/**
* Miscellaneous utility classes, such as String manipulation utilities,
* a Log4J configurer, and a state holder for paged lists of objects.
* and a state holder for paged lists of objects.
*/
@NonNullApi
@NonNullFields