Project

General

Profile

« Previous | Next » 

Revision 3f5ed758

Added by Andreas Müller almost 2 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/key/polytomous/e4/handler/InsertNewNodeHandlerE4.java
30 30
/**
31 31
 * @author k.luther
32 32
 * @date 17.11.2016
33
 *
34 33
 */
35 34
public class InsertNewNodeHandlerE4 extends CdmHandlerE4{
36 35

  
37 36
    private PolytomousKeyNode parentNode ;
38 37

  
39

  
40 38
    public InsertNewNodeHandlerE4() {
41 39
        super(PolytomousKeyEditorLabels.INSERT_NODE_POLYTOMOUS_KEY_NODE_LABEL);
42 40
    }
......
76 74
    }
77 75

  
78 76
    @Override
79
    public void onComplete() {
80
    }
77
    public void onComplete() {}
81 78

  
82 79
    @CanExecute
83 80
    public boolean canExecute(@Named(IServiceConstants.ACTIVE_SELECTION)IStructuredSelection selection,
......
85 82
        return true;
86 83
    }
87 84

  
88
    /**
89
     * {@inheritDoc}
90
     */
91 85
    @Override
92 86
    protected Object getTrigger() {
93 87
        return this;
94 88
    }
95

  
96
}
89
}

Also available in: Unified diff