Project

General

Profile

« Previous | Next » 

Revision 56978

- failedCallback
- update of dli objects
- WorkAround for duplicated sets from people repository

View differences:

EnrichCollectionPlugin.java
48 48
			colls.putAll(listOaiCollections(baseUrl + "?verb=ListSets").stream()
49 49
					.map(this::createCollection)
50 50
					.filter(Objects::nonNull)
51
					.distinct()
51 52
					.collect(Collectors.toMap(CnrCollection::getCode, o -> o)));
52 53

  
53 54
		} catch (final Exception e) {

Also available in: Unified diff