Skip to content

Commit

Permalink
seems like WasapiCrawlSelector.crawlIdToFiles doesn't need to be tota…
Browse files Browse the repository at this point in the history
…lly public
  • Loading branch information
jmartin-sul committed May 31, 2017
1 parent 7e22eff commit ed37794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/edu/stanford/dlss/was/WasapiCrawlSelector.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

public class WasapiCrawlSelector {

public Map<Integer, List<WasapiFile>> crawlIdToFiles = new HashMap<Integer, List<WasapiFile>>();
protected Map<Integer, List<WasapiFile>> crawlIdToFiles = new HashMap<Integer, List<WasapiFile>>();

public WasapiCrawlSelector(WasapiFile[] candidateFiles) {
addCandidateFiles(candidateFiles);
Expand Down

0 comments on commit ed37794

Please sign in to comment.