Skip to content

Commit

Permalink
Forgot to strip getter/setter for ukwa#255
Browse files Browse the repository at this point in the history
  • Loading branch information
anjackson committed Feb 20, 2019
1 parent c58f792 commit 5faa9b0
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/main/java/com/marsspiders/ukwa/solr/data/ContentInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,6 @@ public void setContent_length(String content_length) {
this.content_length = content_length;
}

public List<String> getHash() {
return hash;
}

public void setHash(List<String> hash) {
this.hash = hash;
}

public String getCrawl_date() {
return crawl_date;
}
Expand Down

0 comments on commit 5faa9b0

Please sign in to comment.