Project

General

Profile

« Previous | Next » 

Revision 843eefc4

Added by Katja Luther almost 3 years ago

ref #9448: remove E4 from file names - bulkeditor package

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/concept/e4/handler/OpenRelatedConceptHandlerE4.java
25 25
import eu.etaxonomy.cdm.model.taxon.Taxon;
26 26
import eu.etaxonomy.cdm.model.taxon.TaxonBase;
27 27
import eu.etaxonomy.cdm.model.taxon.TaxonRelationship;
28
import eu.etaxonomy.taxeditor.bulkeditor.e4.BulkEditorE4;
28
import eu.etaxonomy.taxeditor.bulkeditor.e4.BulkEditor;
29 29
import eu.etaxonomy.taxeditor.editor.EditorUtil;
30 30
import eu.etaxonomy.taxeditor.editor.l10n.Messages;
31 31
import eu.etaxonomy.taxeditor.editor.name.e4.TaxonNameEditorE4;
......
47 47
            EModelService modelService, EPartService partService, MApplication application) {
48 48

  
49 49
        TaxonNameEditorE4 editor = null;
50
        BulkEditorE4 bulkEditor = null;
50
        BulkEditor bulkEditor = null;
51 51
        TaxonRelationship taxonRelationship = (TaxonRelationship) selection.getFirstElement();
52 52

  
53 53
        ConceptViewPartE4 conceptView = (ConceptViewPartE4) activePart.getObject();
......
56 56
        if(e4WrappedPart instanceof TaxonNameEditorE4){
57 57
            editor = (TaxonNameEditorE4) e4WrappedPart;
58 58
        }
59
        else if(e4WrappedPart instanceof BulkEditorE4){
60
            bulkEditor = (BulkEditorE4) e4WrappedPart;
59
        else if(e4WrappedPart instanceof BulkEditor){
60
            bulkEditor = (BulkEditor) e4WrappedPart;
61 61
        }
62 62
        TaxonBase<?> relatedTaxon = null;
63 63
        if(editor!=null){

Also available in: Unified diff