SEC-2190: Fix Javadoc
This commit is contained in:
parent
8b641e5f79
commit
8f13beccb7
|
@ -36,7 +36,7 @@ public abstract class SecurityWebApplicationContextUtils extends WebApplicationC
|
||||||
* controlled through its {@code publishContext} property, which is {@code true}
|
* controlled through its {@code publishContext} property, which is {@code true}
|
||||||
* by default but can be selectively switched to only publish a single context
|
* by default but can be selectively switched to only publish a single context
|
||||||
* despite multiple {@code DispatcherServlet} registrations in the web app.
|
* despite multiple {@code DispatcherServlet} registrations in the web app.
|
||||||
* @param sc ServletContext to find the web application context for
|
* @param servletContext ServletContext to find the web application context for
|
||||||
* @return the desired WebApplicationContext for this web app
|
* @return the desired WebApplicationContext for this web app
|
||||||
* @see #getWebApplicationContext(ServletContext)
|
* @see #getWebApplicationContext(ServletContext)
|
||||||
* @see ServletContext#getAttributeNames()
|
* @see ServletContext#getAttributeNames()
|
||||||
|
|
Loading…
Reference in New Issue