Project

General

Profile

« Previous | Next » 

Revision 39d481af

Added by Andreas Müller over 4 years ago

cleanup

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiExportBase.java
201 201
        List<TaxonNode> result = new ArrayList<>();
202 202

  
203 203
        List<OrderHint> orderHints = null;
204
        @SuppressWarnings("unchecked")
205 204
        List<TaxonNode> list = this.getTaxonNodeService()
206 205
            .list(TaxonNode.class, limit, limit * partitionCount, orderHints, propertyPaths);
207 206

  

Also available in: Unified diff