Skip to content

Commit

Permalink
Fixes for summary unit test for marshalling
Browse files Browse the repository at this point in the history
  • Loading branch information
Camelia-Orcid committed Sep 23, 2024
1 parent eab56ec commit f7776e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import io.swagger.v3.oas.annotations.media.Schema;

@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(propOrder = { "value"})
@XmlType(propOrder = { "value", "createdDate","lastModified"})
@XmlRootElement(name = "email-domain", namespace = "http://www.orcid.org/ns/summary")
@Schema(description = "Email Domain")
public class EmailDomain {
Expand Down

0 comments on commit f7776e8

Please sign in to comment.