Project

General

Profile

« Previous | Next » 

Revision 67426b79

Added by Andreas Müller over 4 years ago

ref #2717 adapt PesiExport to EuroMed requirements and adapt PesiExportActivatorEM

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiExportBase.java
643 643
    }
644 644

  
645 645
    // return all sources with a PESI reference
646
    private static Set<IdentifiableSource> filterPesiSources(Set<? extends IdentifiableSource> sources) {
646
    protected static Set<IdentifiableSource> filterPesiSources(Set<? extends IdentifiableSource> sources) {
647 647
        Set<IdentifiableSource> result = new HashSet<>();
648 648
        for (IdentifiableSource source : sources){
649 649
            Reference ref = source.getCitation();

Also available in: Unified diff