Skip to content

Commit

Permalink
EA-4015 remove jackson annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
SrishtiSingh-eu committed Dec 9, 2024
1 parent feb5011 commit efd25da
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

import java.util.List;

import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import eu.europeana.api.commons.definitions.search.FacetFieldView;
import eu.europeana.api.commons.definitions.search.result.ResultsPage;

@JsonIgnoreProperties(ignoreUnknown = true)
public class ResultsPageImpl<T> implements ResultsPage<T>{

private long totalInPage;
Expand Down

0 comments on commit efd25da

Please sign in to comment.