Author: kkolinko Date: Fri Jan 24 03:25:48 2014 New Revision: 1560896 URL: http://svn.apache.org/r1560896 Log: CTR: javadoc fixes
Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java Modified: tomcat/tc6.0.x/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java URL: http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java?rev=1560896&r1=1560895&r2=1560896&view=diff ============================================================================== --- tomcat/tc6.0.x/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java (original) +++ tomcat/tc6.0.x/trunk/java/org/apache/catalina/authenticator/FormAuthenticator.java Fri Jan 24 03:25:48 2014 @@ -311,7 +311,7 @@ public class FormAuthenticator * @param config Login configuration describing how authentication * should be performed * @throws IOException If the forward to the login page fails and the call - * to {@link HttpServletResponse#sendError(int, String) + * to {@link HttpServletResponse#sendError(int, String)} * throws an {@link IOException} */ protected void forwardToLoginPage(Request request, Response response, @@ -363,7 +363,7 @@ public class FormAuthenticator * @param config Login configuration describing how authentication * should be performed * @throws IOException If the forward to the error page fails and the call - * to {@link HttpServletResponse#sendError(int, String) + * to {@link HttpServletResponse#sendError(int, String)} * throws an {@link IOException} */ protected void forwardToErrorPage(Request request, Response response, --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org