Project

General

Profile

« Previous | Next » 

Revision 940e1f09

Added by Andreas Müller about 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/handler/e4/OpenDistributionPerAreaStatusWizardHandler.java
20 20
/**
21 21
 * @author k.luther
22 22
 * @since 19.11.2018
23
 *
24 23
 */
25 24
public class OpenDistributionPerAreaStatusWizardHandler {
25

  
26 26
    String commandID = "eu.etaxonomy.taxeditor.handler.e4.OpenDistributionPerAreaStatusWizardHandler";
27 27

  
28 28
    @Execute
29 29
    public void execute(@Named(IServiceConstants.ACTIVE_SHELL)Shell shell) {
30 30

  
31 31
        AvailableDistributionPerAreaStatusWizard wizard = new AvailableDistributionPerAreaStatusWizard();
32

  
33
        WizardDialog dialog = new WizardDialog(shell,
34
                wizard);
35

  
32
        WizardDialog dialog = new WizardDialog(shell, wizard);
36 33
        dialog.open();
37 34
    }
38
}
35
}

Also available in: Unified diff