Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Concept needs to include all properties when serializing JSON.
  • Loading branch information
chrisknoll committed Jul 7, 2016
1 parent 8f6dfa0 commit fe77a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/ohdsi/webapi/vocabulary/Concept.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*
* @author fdefalco
*/
@JsonInclude(Include.NON_NULL)
@JsonInclude(Include.ALWAYS)
@JsonIgnoreProperties(ignoreUnknown = true)
public class Concept {
@JsonProperty("CONCEPT_ID")
Expand Down

0 comments on commit fe77a90

Please sign in to comment.