Project

General

Profile

« Previous | Next » 

Revision eb759485

Added by Patrick Plitzner over 6 years ago

ref #6909 Add missing @Execute annotation

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/e4/handler/NewTaxonNodeHandlerE4.java
13 13

  
14 14
import org.eclipse.core.runtime.IStatus;
15 15
import org.eclipse.e4.core.di.annotations.CanExecute;
16
import org.eclipse.e4.core.di.annotations.Execute;
16 17
import org.eclipse.e4.ui.services.IServiceConstants;
17 18
import org.eclipse.jface.viewers.TreeSelection;
18 19
import org.eclipse.jface.wizard.WizardDialog;
......
30 31
 */
31 32
public class NewTaxonNodeHandlerE4 {
32 33

  
34
    @Execute
33 35
    public void execute(@Named(IServiceConstants.ACTIVE_SHELL)Shell shell) throws Exception {
34 36

  
35 37
		final NewTaxonNodeWizard wizard = new NewTaxonNodeWizard();

Also available in: Unified diff