Project

General

Profile

« Previous | Next » 

Revision f65c4336

Added by Katja Luther over 1 year ago

revert changes in code cleaning commit

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/name/e4/TaxonEditor.java
363 363

  
364 364
        monitor.beginTask(Messages.TaxonNameEditor_SAVING_NAMES, getGroupedContainers().size());
365 365
        monitor.worked(1);
366
        this.getDirtyNames().forEach(container -> container.refresh());
366
        //this.getDirtyNames().forEach(container -> container.refresh());
367 367
        // check for empty names
368 368
        if (checkForEmptyNames()) {
369 369
            MessageDialog.openWarning(AbstractUtility.getShell(), Messages.MultiPageTaxonEditor_NO_NAME_SPECIFIED,

Also available in: Unified diff