Skip to content
Snippets Groups Projects
Commit 63587870 authored by Adam Laskowski's avatar Adam Laskowski
Browse files

SSDM-55: fixed failing tests

parent 930c5b14
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -43,10 +43,6 @@ public abstract class AbstractEntity<OBJECT> extends AbstractEntityPropertyHolde ...@@ -43,10 +43,6 @@ public abstract class AbstractEntity<OBJECT> extends AbstractEntityPropertyHolde
@JsonProperty @JsonProperty
private AbstractEntityFetchOptions<OBJECT> fetchOptions; private AbstractEntityFetchOptions<OBJECT> fetchOptions;
@JsonProperty
@JsonDeserialize(contentUsing = PropertiesDeserializer.class)
protected Map<String, Serializable> properties;
@JsonIgnore @JsonIgnore
protected AbstractEntityFetchOptions<OBJECT> getFetchOptions() protected AbstractEntityFetchOptions<OBJECT> getFetchOptions()
......
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