mirror of https://github.com/apache/archiva.git
[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:
parent
ebe7941ce0
commit
14b464c185
|
@ -261,7 +261,6 @@ public class RepositoryContentConsumers implements ApplicationContextAware
|
|||
TriggerScanCompletedClosure scanCompletedClosure = new TriggerScanCompletedClosure(repository);
|
||||
|
||||
CollectionUtils.forAllDo(selectedKnownConsumers, scanCompletedClosure);
|
||||
CollectionUtils.forAllDo(selectedKnownConsumers, scanCompletedClosure);
|
||||
}
|
||||
finally
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue