Skip to content

Commit

Permalink
FIX : FIX-providerName_dat2ppn_US_96
Browse files Browse the repository at this point in the history
     - suppression d'une annotation
  • Loading branch information
EryneKL committed Feb 2, 2024
1 parent 8e1ec96 commit 8a8a275
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/fr/abes/sudoc/dto/SearchDatWebDto.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package fr.abes.sudoc.dto;

import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;

Expand All @@ -12,7 +11,6 @@ public class SearchDatWebDto {
private String auteur;
@JsonProperty("titre")
private String titre;
@JsonIgnore
@JsonProperty("providerName")
private String providerName;
}

0 comments on commit 8a8a275

Please sign in to comment.