Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SEC-2876: HttpSecurityBuilder addFilterAfter javadoc before->after
  • Loading branch information
fromi authored and Rob Winch committed Feb 25, 2015
1 parent c8b7928 commit 8b78194
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -113,7 +113,7 @@ H userDetailsService(
* been added using {@link #addFilterAfter(Filter, Class)} or
* {@link #addFilterBefore(Filter, Class)}.
*
* @param filter the {@link Filter} to register before the type {@code afterFilter}
* @param filter the {@link Filter} to register after the type {@code afterFilter}
* @param afterFilter the Class of the known {@link Filter}.
* @return the {@link HttpSecurity} for further customizations
*/
Expand Down Expand Up @@ -171,4 +171,4 @@ H addFilterBefore(Filter filter,
* @return the {@link HttpSecurity} for further customizations
*/
H addFilter(Filter filter);
}
}

0 comments on commit 8b78194

Please sign in to comment.