Fix broken Javadoc

This commit is contained in:
Phillip Webb
2015-06-04 01:39:21 -07:00
parent 81cb515ef5
commit 5ab4b49534

View File

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