Project

General

Profile

« Previous | Next » 

Revision 0b04e295

Added by Patrick Plitzner about 6 years ago

  • ID 0b04e295b059a863d8f58709385f9ed30c949814
  • Parent 10a7412e

fix merge error

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/EditorUtil.java
95 95
        if(part==null || modelService.getPartDescriptor(partId).isAllowMultiple()){
96 96
            part = partService.createPart(partId);
97 97
        }
98
        MPartStack editorAreaPartStack = WorkbenchUtility.getEditorArea(application, modelService)
98
        MPartStack editorAreaPartStack = WorkbenchUtility.getEditorArea(application, modelService);
99 99
        if(editorAreaPartStack!=null){
100 100
            editorAreaPartStack.getChildren().add(part);
101 101
        }

Also available in: Unified diff