Fix javadoc whitespace issue in HttpBasicConfigurer

This commit is contained in:
Rob Winch 2013-10-11 14:47:28 -05:00
parent 4ef0460ef6
commit f2b44e6beb
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ public final class HttpBasicConfigurer<B extends HttpSecurityBuilder<B>> extends
}
/**
* The {@link AuthenticationEntryPoint} to be po pulated on
* The {@link AuthenticationEntryPoint} to be populated on
* {@link BasicAuthenticationFilter} in the event that authentication fails.
* The default to use {@link BasicAuthenticationEntryPoint} with the realm
* "Spring Security Application".