Fixed typo in javadoc on HttpRequestHandler

This commit is contained in:
Chris Beams 2010-03-14 11:26:06 +00:00
parent 9da980d325
commit cf93e7c69e
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ import javax.servlet.http.HttpServletResponse;
* Plain handler interface for components that process HTTP requests, * Plain handler interface for components that process HTTP requests,
* analogous to a Servlet. Only declares {@link javax.servlet.ServletException} * analogous to a Servlet. Only declares {@link javax.servlet.ServletException}
* and {@link java.io.IOException}, to allow for usage within any * and {@link java.io.IOException}, to allow for usage within any
* {@link javax.servlet.http.HttpServlet}}. This interface is ssentially the * {@link javax.servlet.http.HttpServlet}}. This interface is essentially the
* direct equivalent of an HttpServlet, reduced to a central handle method. * direct equivalent of an HttpServlet, reduced to a central handle method.
* *
* <p>The easiest way to expose an HttpRequestHandler bean in Spring style * <p>The easiest way to expose an HttpRequestHandler bean in Spring style