File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-web/src/main/java/org/springframework/web/context Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424/**
2525 * Specialization of {@link ConfigurableEnvironment} allowing initialization of
2626 * servlet-related {@link org.springframework.core.env.PropertySource} objects at the
27- * earliest moment the {@link ServletContext} and (optionally) {@link ServletConfig}
27+ * earliest moment that the {@link ServletContext} and (optionally) {@link ServletConfig}
2828 * become available.
2929 *
3030 * @author Chris Beams
@@ -39,7 +39,7 @@ public interface ConfigurableWebEnvironment extends ConfigurableEnvironment {
3939 * instances acting as placeholders with real servlet context/config property sources
4040 * using the given parameters.
4141 * @param servletContext the {@link ServletContext} (may not be {@code null})
42- * @param servletConfig the {@link ServletContext } ({@code null} if not available)
42+ * @param servletConfig the {@link ServletConfig } ({@code null} if not available)
4343 */
4444 void initPropertySources (ServletContext servletContext , ServletConfig servletConfig );
4545
You can’t perform that action at this time.
0 commit comments