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/EditorUtil.java
41 41
import eu.etaxonomy.cdm.model.taxon.TaxonNode;
42 42
import eu.etaxonomy.cdm.persistence.dto.TaxonNodeDto;
43 43
import eu.etaxonomy.cdm.persistence.dto.UuidAndTitleCache;
44
import eu.etaxonomy.taxeditor.bulkeditor.e4.BulkEditorE4;
44
import eu.etaxonomy.taxeditor.bulkeditor.e4.BulkEditor;
45 45
import eu.etaxonomy.taxeditor.bulkeditor.input.TaxonEditorInput;
46 46
import eu.etaxonomy.taxeditor.editor.descriptiveDataSet.DescriptiveDataSetEditor;
47 47
import eu.etaxonomy.taxeditor.editor.descriptiveDataSet.matrix.CharacterMatrixPart;
......
321 321

  
322 322
                break;
323 323
            }else if (taxonUUID == null){
324
                if (part.isDirty() && (part.getObject() instanceof TaxonNameEditorE4 || (part.getObject() instanceof BulkEditorE4 && ((BulkEditorE4)part.getObject()).getEditorInput() instanceof TaxonEditorInput))){
324
                if (part.isDirty() && (part.getObject() instanceof TaxonNameEditorE4 || (part.getObject() instanceof BulkEditor && ((BulkEditor)part.getObject()).getEditorInput() instanceof TaxonEditorInput))){
325 325
                    dirtyParts.add((IE4SavablePart) part.getObject());
326 326
                }
327 327
            }

Also available in: Unified diff