Skip to content
Snippets Groups Projects
Commit 9672caf0 authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-2005 : V3 AS API - JS tests - add missing @JsonIgnore annotations to DataSetUpdate

SVN: 34268
parent 8a6de06b
No related branches found
No related tags found
No related merge requests found
......@@ -107,11 +107,13 @@ public class DataSetUpdate implements Serializable
this.sampleId.setValue(sampleId);
}
@JsonIgnore
public FieldUpdateValue<ExternalDataUpdate> getExternalData()
{
return externalData;
}
@JsonIgnore
public void setExternalData(ExternalDataUpdate externalData)
{
this.externalData.setValue(externalData);
......
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