[MRM-1076]

o remove second invocation of complete scan in RepositoryContentConsumers which causes the NPE


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@745393 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maria Odea B. Ching 2009-02-18 06:50:21 +00:00
parent ebe7941ce0
commit 14b464c185
1 changed files with 0 additions and 1 deletions

View File

@ -261,7 +261,6 @@ public class RepositoryContentConsumers implements ApplicationContextAware
TriggerScanCompletedClosure scanCompletedClosure = new TriggerScanCompletedClosure(repository);
CollectionUtils.forAllDo(selectedKnownConsumers, scanCompletedClosure);
CollectionUtils.forAllDo(selectedKnownConsumers, scanCompletedClosure);
}
finally
{