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 1
1
/*
2
- * Copyright 2002-2012 the original author or authors.
2
+ * Copyright 2002-2025 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@ public interface ConfigurableWebEnvironment extends ConfigurableEnvironment {
39
39
* org.springframework.core.env.PropertySource.StubPropertySource stub property source}
40
40
* instances acting as placeholders with real servlet context/config property sources
41
41
* using the given parameters.
42
- * @param servletContext the {@link ServletContext} (may not be {@code null})
42
+ * @param servletContext the {@link ServletContext} ({@code null} if not available )
43
43
* @param servletConfig the {@link ServletConfig} ({@code null} if not available)
44
44
* @see org.springframework.web.context.support.WebApplicationContextUtils#initServletPropertySources(
45
45
* org.springframework.core.env.MutablePropertySources, ServletContext, ServletConfig)
You can’t perform that action at this time.
0 commit comments