Project

General

Profile

« Previous | Next » 

Revision 92eade32

Added by Andreas Müller over 1 year ago

cleanup

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/EditorUtil.java
193 193
    private static void openTaxonEditor_internal(TaxonEditorInput input, EModelService modelService, EPartService partService, MApplication application) {
194 194
        TaxonBase<?> taxonBase = input.getTaxon();
195 195
        TaxonNode node = input.getTaxonNode();
196
        if(taxonBase==null){
196
        if(taxonBase == null){
197 197
            return;
198 198
        }
199 199
        boolean hasPermission = false;

Also available in: Unified diff