Project

General

Profile

« Previous | Next » 

Revision 8481f952

Added by Andreas Müller almost 4 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/descriptive/e4/handler/MoveDescriptionToOtherTaxonSetNameInSourceHandlerE5.java
48 48
import eu.etaxonomy.taxeditor.workbench.part.IE4SavablePart;
49 49

  
50 50
/**
51
 *
52 51
 * @author pplitzner
53 52
 * @date 15.08.2017
54
 *
55 53
 */
56 54
public class MoveDescriptionToOtherTaxonSetNameInSourceHandlerE5 implements IPostOperationEnabled {
57 55

  
......
154 152

  
155 153
    }
156 154

  
157
    /** {@inheritDoc} */
158 155
    @Override
159 156
    public boolean postOperation(Object objectAffectedByOperation) {
160 157
        Display.getDefault().asyncExec(new Runnable(){
......
168 165
                    MessagingUtils.warningDialog(Messages.MoveDescriptionToOtherTaxonHandler_CREATE_FAILED, this, e.getMessage());
169 166
                }
170 167
            }
171

  
172 168
        });
173

  
174

  
175 169
        return true;
176 170
    }
177 171

  

Also available in: Unified diff