Skip to content

Commit 31efd84

Browse files
mKowalski256rs-nicof
authored andcommitted
code review changes
1 parent b2f70a5 commit 31efd84

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/main/java/com/researchspace/api/v1/model/ApiSampleWithFullSubSamples.java

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/** RSpace Inventory API Access your RSpace Inventory programmatically. */
22
package com.researchspace.api.v1.model;
33

4-
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
54
import com.fasterxml.jackson.annotation.JsonProperty;
65
import com.fasterxml.jackson.annotation.JsonProperty.Access;
76
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
@@ -63,7 +62,6 @@
6362
"subSamples",
6463
"_links"
6564
})
66-
@JsonIgnoreProperties(ignoreUnknown = true)
6765
public class ApiSampleWithFullSubSamples extends ApiSampleWithoutSubSamples {
6866

6967
@JsonProperty("subSamples")

src/main/webapp/ui/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)