Skip to content

Commit e3d8ab2

Browse files
committed
Fix Javadoc typo in ConfigurableWebEnvironment
1 parent 08498d5 commit e3d8ab2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-web/src/main/java/org/springframework/web/context/ConfigurableWebEnvironment.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
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

0 commit comments

Comments
 (0)