Project

General

Profile

« Previous | Next » 

Revision 4f271710

Added by Katja Luther almost 7 years ago

ref #6418: minor

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/referencingobjects/ReferencingObjectsView.java
197 197
	    if (actualUuid == entityUUID){
198 198
	        return ;
199 199
	    }
200
	    showEmptyPage();
200
	    
201 201
	    if(actualMonitor!=null && !actualMonitor.isCanceled()){
202 202
//	        boolean success = false;
203 203
//	        //wait for cancel to be done
......
210 210
	        }
211 211

  
212 212
	    }
213
	    showEmptyPage();
213 214
		currentJob = new Job("Update Referencing Objects") {
214 215

  
215 216
			@Override

Also available in: Unified diff