Project

General

Profile

« Previous | Next » 

Revision ea53c256

Added by Andreas Müller almost 3 years ago

ref #9622 remove setTaskName and done from aggregate()

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/description/DescriptionAggregationBase.java
166 166
        initTransaction();
167 167

  
168 168
        // visit all accepted taxa
169
        subMonitor.beginTask("Work on taxa.", taxonNodeIdList.size());
170
//      subMonitor.subTask("Accumulating bottom up " + taxonNodeIdList.size() + " taxa.");
169
//        subMonitor.beginTask("Work on taxa.", taxonNodeIdList.size());
170
        subMonitor.subTask("Accumulating bottom up " + taxonNodeIdList.size() + " taxa.");
171 171

  
172 172
        //TODO FIXME this was a Taxon not a TaxonNode id list
173 173
        Iterator<Integer> taxonIdIterator = taxonNodeIdList.iterator();
......
233 233

  
234 234
        } // next batch of taxa
235 235

  
236
        subMonitor.done();
237 236
    }
238 237

  
239 238
    protected interface ResultHolder{

Also available in: Unified diff