Commit 465ab65c authored by Alinga Yeung's avatar Alinga Yeung
Browse files

Story 1965. Fixed javadoc error in ac server.

parent c5d45309
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ import ca.nrc.cadc.util.StringUtil;
 * Servlet to handle password changes.  Passwords are an integral part of the
 * access control system and are handled differently to accommodate stricter
 * guidelines.
 * <p/>
 * <p>
 * This servlet handles POST only.  It relies on the Subject being set higher
 * up by the AccessControlFilter as configured in the web descriptor.
 */
+1 −1
Original line number Diff line number Diff line
@@ -109,7 +109,7 @@ import ca.nrc.cadc.util.StringUtil;
 * Servlet to handle password resets.  Passwords are an integral part of the
 * access control system and are handled differently to accommodate stricter
 * guidelines.
 * <p/>
 * <p>
 * This servlet handles GET and POST only.  It relies on the Subject being set higher
 * up by the AccessControlFilter as configured in the web descriptor.
 */