Polishing

Closes gh-26960
This commit is contained in:
Johnny Lim
2021-05-20 22:49:13 +09:00
committed by GitHub
parent 360f555e77
commit a2e5d9a14f
2 changed files with 2 additions and 2 deletions

View File

@@ -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.");
}
}