Project

General

Profile

« Previous | Next » 

Revision e41cdd18

Added by Lutz Suhrbier almost 13 years ago

Replaced any Display.getDefault() & Display,getCurrent() by DisplayProxy.getDefault() which is implemented in fragment store.rcp or store.rap respectively

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/referencingobjects/ReferencingObjectsView.java
41 41
import eu.etaxonomy.taxeditor.model.DescriptionHelper;
42 42
import eu.etaxonomy.taxeditor.model.LineSelection;
43 43
import eu.etaxonomy.taxeditor.store.CdmStore;
44
import eu.etaxonomy.taxeditor.store.singlesource.widget.DisplayProxy;
44 45
import eu.etaxonomy.taxeditor.view.AbstractCdmViewPart;
45 46

  
46 47
/**
......
104 105
	 */
105 106
	public void updateReferencingObjects(final IdentifiableEntity entity) {
106 107
		
107
		final Display display = Display.getCurrent();
108
		final Display display = DisplayProxy.getDefault();
108 109
		
109 110
		Job job = new Job("Update Referencing Objects") {
110 111
			

Also available in: Unified diff