Minor Javadoc correction.

This commit is contained in:
Luke Taylor 2004-09-06 20:06:42 +00:00
parent b215a9da07
commit defc79c283

View File

@ -44,7 +44,7 @@ public interface AuthenticationEntryPoint {
* *
* <P> * <P>
* Implementations should modify the headers on the * Implementations should modify the headers on the
* <code>ServletResponse</code> to as necessary to commence the * <code>ServletResponse</code> as necessary to commence the
* authentication process. * authentication process.
* </p> * </p>
* *