From 5ab4b49534b57e8b57569cf225293a1c3854dd93 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 4 Jun 2015 01:39:21 -0700 Subject: [PATCH] Fix broken Javadoc --- .../security/Http401AuthenticationEntryPoint.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/Http401AuthenticationEntryPoint.java b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/Http401AuthenticationEntryPoint.java index 571695c17b..83a1ff92f9 100644 --- a/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/Http401AuthenticationEntryPoint.java +++ b/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/Http401AuthenticationEntryPoint.java @@ -27,9 +27,9 @@ import org.springframework.security.web.AuthenticationEntryPoint; import org.springframework.security.web.authentication.www.BasicAuthenticationEntryPoint; /** - * AuthenticationEntryPoint that sends a 401 and Parameterized by the value of the {@coe - * WWW-Authenticate} header. Like the {@link BasicAuthenticationEntryPoint} but more - * flexible. + * AuthenticationEntryPoint that sends a 401 and Parameterized by the value of the + * {@code WWW-Authenticate} header. Like the {@link BasicAuthenticationEntryPoint} but + * more flexible. * * @author Dave Syer * @since 1.3.0