Generated by
JDiff

Class org.springframework.web.context.support.WebApplicationContextUtils

Changed Methods
void initServletPropertySources(MutablePropertySources, ServletContext) Documentation changed from old to new.
Convenient variant of .initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig) that always provides {@code null} for the ServletConfig parameter.
void initServletPropertySources(MutablePropertySources, ServletContext, ServletConfig) Documentation changed from old to new.
Replace {@code Servlet}-based stub property sources with actual instances populated with the given {@code servletContext} and {@code servletConfig} objects.