Project

General

Profile

« Previous | Next » 

Revision ac730eca

Added by Andreas Müller about 3 years ago

cleanup

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/handler/defaultHandler/e4/DefaultOpenSetBaseHandler.java
27 27

  
28 28
/**
29 29
 * @author k.luther
30
 * @param <S>
31
 * @param <S>
32
 * @param <S>
33 30
 * @since Feb 20, 2020
34 31
 */
35 32
public abstract class DefaultOpenSetBaseHandler<S> extends DefaultOpenHandlerBaseE4<S> {
36 33

  
37

  
38

  
39

  
40 34
    @Override
41 35
    @Execute
42 36
    public void execute(@Named(IServiceConstants.ACTIVE_SHELL)Shell shell, MHandledMenuItem menuItem,
......
46 40
        this.modelService = modelService;
47 41
        this.application = application;
48 42

  
49

  
50 43
        String commandId = menuItem.getCommand().getElementId();
51 44
        Object transientData = menuItem.getTransientData().get(commandId+".uuid");
52 45
        S list = null;

Also available in: Unified diff