Project

General

Profile

« Previous | Next » 

Revision b920f5c2

Added by Andreas Müller over 3 years ago

cleanup

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/uzbekistan/UzbekistanTaxonActivator.java
28 28
import eu.etaxonomy.cdm.strategy.parser.TimePeriodParser;
29 29

  
30 30
/**
31
 *
32 31
 * Import for Flora of Uzbekistan taxa.
33 32
 *
34 33
 * https://dev.e-taxonomy.eu/redmine/issues/8996
......
81 80
        System.out.println(result.createReport());
82 81
    }
83 82

  
84

  
85 83
    private URI uzbekistanChecklist(){
86 84
        return URI.create("file:////BGBM-PESIHPC/Uzbekistan/" + fileName);
87 85
    }
......
135 133
        me.doImport(cdmDestination);
136 134
        System.exit(0);
137 135
    }
138
}
136
}

Also available in: Unified diff