Project

General

Profile

« Previous | Next » 

Revision b5fcddad

Added by Andreas Müller about 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/referencingobjects/e4/ReferencingObjectsViewE4.java
229 229
                }
230 230
				if (actualMonitor != null){
231 231
				    actualMonitor.setCanceled(true);
232

  
233 232
				}
234 233
				actualMonitor = monitor;
235 234
				if (entityUUID != null){
......
271 270
                        return Status.CANCEL_STATUS;
272 271
                    }
273 272

  
274
                    //not necessary anymore, we sort by type and
275
                    //id as this can be done immediately
276
//	                monitor.subTask("Sort");
277
//                    referencingObjects = sortReferencing();
278
//                    monitor.worked(5);
279
//	                if (referencingObjects == null){
280
//	                    if (monitor.isCanceled()){
281
////	                        actualUuid = null;
282
//	                        return Status.CANCEL_STATUS;
283
//	                    }
284
//	                }
285

  
286 273
	                if(monitor.isCanceled()) {
287 274
	                    return Status.CANCEL_STATUS;
288 275
	                }

Also available in: Unified diff