Skip to content
Snippets Groups Projects
Commit 465ab65c authored by Alinga Yeung's avatar Alinga Yeung
Browse files

Story 1965. Fixed javadoc error in ac server.

parent c5d45309
No related branches found
No related tags found
No related merge requests found
......@@ -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.
*/
......
......@@ -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.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment