Skip to content

Commit

Permalink
Merge branch 'main' into 872_matchingset_opensearch
Browse files Browse the repository at this point in the history
  • Loading branch information
naknomum committed Jan 27, 2025
2 parents f941f76 + 11d5611 commit fed721d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/ecocean/Encounter.java
Original file line number Diff line number Diff line change
Expand Up @@ -4059,7 +4059,7 @@ public void opensearchDocumentSerializer(JsonGenerator jgen, Shepherd myShepherd
jgen.writeStringField("occurrenceRemarks", this.getOccurrenceRemarks());
jgen.writeStringField("otherCatalogNumbers", this.getOtherCatalogNumbers());
jgen.writeBooleanField("publiclyReadable", this.isPubliclyReadable());

jgen.writeStringField("distinguishingScar", this.getDistinguishingScar());
String featuredAssetId = null;
List<MediaAsset> mas = this.getMedia();
jgen.writeNumberField("numberAnnotations", this.numNonTrivialAnnotations());
Expand Down

0 comments on commit fed721d

Please sign in to comment.