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

Updated Javadoc. #1

parent 6bcdb6f0
Branches
1 merge request!16Started Web interface. #4
...@@ -23,6 +23,7 @@ public class LoginController { ...@@ -23,6 +23,7 @@ public class LoginController {
* Logic for handling login. * Logic for handling login.
* *
* TODO: Actual implementation. * TODO: Actual implementation.
* @return the name of the template to use.
*/ */
@GetMapping(MAPPING_LOGIN) @GetMapping(MAPPING_LOGIN)
public String login() public String login()
......
...@@ -10,7 +10,8 @@ ...@@ -10,7 +10,8 @@
* <li>Web interface for regular Human-Machine Interface (HMI) interactions. * <li>Web interface for regular Human-Machine Interface (HMI) interactions.
* </ul> * </ul>
* *
* Notice: Only the API is currently implemented (partially) for now. * Currently, the RESTful API is partly implemented and the Web interface
* has only just been started.
* *
* @version 0.0.1 * @version 0.0.1
* @author BEAUVAIS ANTOINE * @author BEAUVAIS ANTOINE
......
...@@ -15,5 +15,6 @@ https://cecill.info/licences/Licence_CeCILL-B_V1-fr.html ...@@ -15,5 +15,6 @@ https://cecill.info/licences/Licence_CeCILL-B_V1-fr.html
<li>a Web interface for managing the software and data.</li> <li>a Web interface for managing the software and data.</li>
</ul> </ul>
<p>Currently, only the RESTful API is partially implemented.</p> <p>Currently, the RESTful API is partly implemented and the Web interface
has only just been started.</p>
</body> </body>
\ No newline at end of file
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