Skip to content

Commit

Permalink
Remove hash field, for ukwa#255
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson committed Feb 20, 2019
1 parent 25bc399 commit c58f792
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ public class ContentInfo implements BodyDocsType {
private String content_type_served;
@JsonProperty("content_length")
private String content_length;
@JsonProperty("hash")
private List<String> hash;
@JsonProperty("crawl_date")
private String crawl_date;
@JsonProperty("crawl_year")
Expand Down Expand Up @@ -386,4 +384,4 @@ public void setAccess_terms(List<String> access_terms) {
public String toString() {
return ToStringBuilder.reflectionToString(this, ToStringStyle.JSON_STYLE);
}
}
}

0 comments on commit c58f792

Please sign in to comment.