Javadoc and @Nullable
annotation for servletContext
parameter of ConfigurableWebEnvironment.initPropertySources
are contradictory
#34845
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: documentation
A documentation task
Milestone
The javadoc states that
servletContext
may not benull
:spring-framework/spring-web/src/main/java/org/springframework/web/context/ConfigurableWebEnvironment.java
Line 42 in a5b0399
But the parameter is annotated with
@Nullable
:spring-framework/spring-web/src/main/java/org/springframework/web/context/ConfigurableWebEnvironment.java
Line 47 in a5b0399
The text was updated successfully, but these errors were encountered: