From 8f13beccb7ceb7d86481525382272df6119db474 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Thu, 29 Oct 2015 11:41:39 -0500 Subject: [PATCH] SEC-2190: Fix Javadoc --- .../web/context/support/SecurityWebApplicationContextUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/main/java/org/springframework/security/web/context/support/SecurityWebApplicationContextUtils.java b/web/src/main/java/org/springframework/security/web/context/support/SecurityWebApplicationContextUtils.java index 0babb5af58..0a9dc3fec5 100644 --- a/web/src/main/java/org/springframework/security/web/context/support/SecurityWebApplicationContextUtils.java +++ b/web/src/main/java/org/springframework/security/web/context/support/SecurityWebApplicationContextUtils.java @@ -36,7 +36,7 @@ public abstract class SecurityWebApplicationContextUtils extends WebApplicationC * controlled through its {@code publishContext} property, which is {@code true} * by default but can be selectively switched to only publish a single context * 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 * @see #getWebApplicationContext(ServletContext) * @see ServletContext#getAttributeNames()