Skip to content

Commit

Permalink
archiva-obr-plugin: isProcessUnmodified() dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
KetothXupack committed Jun 2, 2015
1 parent 9fd7988 commit 7a0af42
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ public List<String> getExcludes() {
return excludes;
}

@Override
public boolean isProcessUnmodified() {
return true;
}

@Override
public void beginScan(ManagedRepository repository, Date whenGathered) throws ConsumerException {
beginScan(repository, whenGathered, true);
Expand Down

0 comments on commit 7a0af42

Please sign in to comment.