Project

General

Profile

« Previous | Next » 

Revision d909dc2b

Added by Andreas Kohlbecker over 5 years ago

removin unused initstrategy

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/registration/RegistrationWorkingsetPresenter.java
112 112

  
113 113
    private static final Logger logger = Logger.getLogger(RegistrationWorkingsetPresenter.class);
114 114

  
115
    private static final List<String> REGISTRATION_INIT_STRATEGY = Arrays.asList(
116
            "$",
117
            "blockedBy",
118
            "name.combinationAuthorship",
119
            "name.exCombinationAuthorship",
120
            "name.basionymAuthorship",
121
            "name.exBasionymAuthorship"
122
            );
123

  
124 115
    private static final long serialVersionUID = 1L;
125 116

  
126 117
    @Autowired

Also available in: Unified diff