diff --git a/web/src/main/java/org/springframework/security/web/authentication/DelegatingAuthenticationEntryPoint.java b/web/src/main/java/org/springframework/security/web/authentication/DelegatingAuthenticationEntryPoint.java index d8ab2e1783..1f55604cfe 100644 --- a/web/src/main/java/org/springframework/security/web/authentication/DelegatingAuthenticationEntryPoint.java +++ b/web/src/main/java/org/springframework/security/web/authentication/DelegatingAuthenticationEntryPoint.java @@ -31,8 +31,8 @@ import org.springframework.security.web.util.RequestMatcherEditor; import org.springframework.util.Assert; /** - * An AuthenticationEntryPoint which selects a concrete EntryPoint based on a - * RequestMatcher evaluation. + * An {@code AuthenticationEntryPoint} which selects a concrete {@code AuthenticationEntryPoint} based on a + * {@link RequestMatcher} evaluation. * *
A configuration might look like this:
* @@ -48,37 +48,27 @@ import org.springframework.util.Assert; * </bean> * * - * This example uses the {@link RequestMatcherEditor} which creates {@link ELRequestMatcher} instances for the map keys. + * This example uses the {@link RequestMatcherEditor} which creates a {@link ELRequestMatcher} instances for the map + * keys. * * @author Mike Wiesner * @since 3.0.2 */ -public class DelegatingAuthenticationEntryPoint implements - AuthenticationEntryPoint, InitializingBean { +public class DelegatingAuthenticationEntryPoint implements AuthenticationEntryPoint, InitializingBean { private LinkedHashMap