Skip to content
Snippets Groups Projects
Commit b52f3d78 authored by BEAUVAIS ANTOINE's avatar BEAUVAIS ANTOINE
Browse files

Fixed Javadoc. #1

parent ef616c45
Branches
1 merge request!18Fixed Javadoc. #1
......@@ -10,7 +10,7 @@ package fr.unistra.sil.erp.back.controller.api;
* If a resource requested by the user does not exist, this exception
* is thrown and handled through ApiErrorHandler.class.
*
* @see ApiErrorHandler
* @see ApiExceptionHandler
*
* @author BEAUVAIS ANTOINE
*/
......
......@@ -46,7 +46,7 @@ public class LoginController {
*
* TODO: Actual implementation.
*
* @param loginForm
* @param loginForm the login object.
* @throws WebMovedPermanentlyException Post-login redirection.
*/
@PostMapping(MAPPING_LOGIN)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment