Browse Source

Fix javadoc whitespace issue in HttpBasicConfigurer

Rob Winch 12 years ago
parent
commit
f2b44e6beb

+ 1 - 1
config/src/main/java/org/springframework/security/config/annotation/web/configurers/HttpBasicConfigurer.java

@@ -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".