Project

General

Profile

« Previous | Next » 

Revision 71b7253e

Added by Patrick Plitzner over 6 years ago

ref #6925 Rename utility getter methods

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/supplementaldata/SupplementalDataViewPart.java
67 67
        if(wrappedPart!=null){
68 68
            partObject = wrappedPart;
69 69
        }
70
		if(AbstractUtility.getActiveE4Editor() == null){
70
		if(AbstractUtility.getActiveEditor() == null){
71 71
			showEmptyPage();
72 72
			return;
73 73
		}

Also available in: Unified diff