Skip to content

Commit

Permalink
Removed unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Feb 11, 2016
1 parent 8ee1c9b commit db15004
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,14 +182,6 @@ protected int processDomainConfigurationSubset(HarvestDefinition harvest,
return jobsMade;
}

private boolean isChangedCfg(DomainConfiguration previous, DomainConfiguration current) {
if (previous == null) {
return false;
} else {
return !(EAV.compare(previous.getAttributesAndTypes(), current.getAttributesAndTypes()) == 0);
}
}


@Override
protected boolean checkSpecificAcceptConditions(Job job, DomainConfiguration cfg) {
Expand Down

0 comments on commit db15004

Please sign in to comment.