added a todo

This commit is contained in:
Lucio Lelii 2020-04-14 19:49:04 +02:00
parent 01b74ae117
commit ea438888c8
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ public class ItemManagerAdmin {
@Path("items/{id}")
@AuthorizationControl(allowedRoles = {INFRASTRUCTURE_MANAGER_ROLE},exception=MyAuthException.class)
public String createItem(@PathParam("id") String id, Item item) {
//TODO: implement this method
return null;
}