Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Wikidata/Wikidata-Toolkit
Browse files Browse the repository at this point in the history
…into serialization-of-constraints
  • Loading branch information
Julian Mendez committed Aug 4, 2016
2 parents 2e67e9e + d0ad6ba commit fdc19ca
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*/

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;

/**
Expand All @@ -31,6 +32,7 @@
* @author Fredo Erxleben
*
*/
@JsonIgnoreProperties(ignoreUnknown = true)
public class JacksonInnerEntityId {
// TODO maybe replace IllegalArgumentException with a checked one; maybe do
// the check when the type is set
Expand Down

0 comments on commit fdc19ca

Please sign in to comment.