Skip to content

Commit

Permalink
fix verification of isDefinedBy #EA-3544
Browse files Browse the repository at this point in the history
  • Loading branch information
gsergiu committed Aug 21, 2023
1 parent 74bd3d4 commit 9679e26
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
package eu.europeana.set.search;

import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;

@JsonInclude(Include.NON_NULL)
public class SearchApiRequest {

private String query;
Expand Down

0 comments on commit 9679e26

Please sign in to comment.