mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-26 08:59:09 +00:00
Polishing
Closes gh-26960
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ public abstract class SpringBeanAutowiringSupport {
|
||||
if (logger.isWarnEnabled()) {
|
||||
logger.warn("Current WebApplicationContext is not available for processing of " +
|
||||
ClassUtils.getShortName(target.getClass()) + ": " +
|
||||
"Make sure this class gets constructed in a Spring web application after the" +
|
||||
"Make sure this class gets constructed in a Spring web application after the " +
|
||||
"Spring WebApplicationContext has been initialized. Proceeding without injection.");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user