Project

General

Profile

« Previous | Next » 

Revision c1a05f5d

Added by Andreas Müller over 2 years ago

Adapt E+M aggregation activators to new AggregationMode.byXXX signatures

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/euromed/EuroMedDistributionAggregationActivator.java
66 66
                null, Rank.uuidGenus);
67 67
        DistributionAggregationConfiguration aggregationConfig =
68 68
                DistributionAggregationConfiguration.NewInstance(
69
                AggregationMode.byRanks(),
69
                AggregationMode.byToParent(),
70 70
                null,
71 71
                filter,
72 72
                DefaultProgressMonitor.NewInstance());

Also available in: Unified diff