Skip to content
Snippets Groups Projects
Commit 0f546d82 authored by felmer's avatar felmer
Browse files

SSDM-5724: bug fixing: adding missing @JsonObject annotation

SVN: 38911
parent b920be1e
No related branches found
No related tags found
No related merge requests found
......@@ -19,12 +19,14 @@ package ch.ethz.sis.openbis.generic.asapi.v3.dto.roleassignment.create;
import java.util.List;
import ch.ethz.sis.openbis.generic.asapi.v3.dto.common.create.CreateObjectsOperation;
import ch.systemsx.cisd.base.annotation.JsonObject;
/**
*
*
* @author Franz-Josef Elmer
*/
@JsonObject("as.dto.roleassignment.create.CreateRoleAssignmentsOperation")
public class CreateRoleAssignmentsOperation extends CreateObjectsOperation<RoleAssignmentCreation>
{
private static final long serialVersionUID = 1L;
......
......@@ -20,12 +20,14 @@ import java.util.List;
import ch.ethz.sis.openbis.generic.asapi.v3.dto.common.create.CreateObjectsOperationResult;
import ch.ethz.sis.openbis.generic.asapi.v3.dto.roleassignment.id.RoleAssignmentTechId;
import ch.systemsx.cisd.base.annotation.JsonObject;
/**
*
*
* @author Franz-Josef Elmer
*/
@JsonObject("as.dto.roleassignment.create.CreateRoleAssignmentsOperationResult")
public class CreateRoleAssignmentsOperationResult extends CreateObjectsOperationResult<RoleAssignmentTechId>
{
......
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