Skip to content

Commit 6701c6a

Browse files
authored
Update Constellation.java
- Rename biogHistList to biogHists in json
1 parent 2561a4f commit 6701c6a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/org/snaccooperative/data/Constellation.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ public class Constellation extends AbstractData {
235235
*
236236
* @var snacdataBiogHist[] BiogHist entries for this constellation (in XML strings)
237237
*/
238+
@JsonProperty("biogHists")
238239
private List<BiogHist> biogHists = null;
239240

240241
/**

0 commit comments

Comments
 (0)