Project

General

Profile

« Previous | Next » 

Revision f1d4bf57

Added by Andreas Kohlbecker almost 7 years ago

pulling up injectPresenter() in View class hierarchy

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/view/reference/ReferencePopupEditor.java
11 11
import java.util.Arrays;
12 12
import java.util.Collection;
13 13

  
14
import org.springframework.beans.factory.annotation.Autowired;
15 14
import org.springframework.context.annotation.Scope;
16 15
import org.springframework.security.core.GrantedAuthority;
17 16

  
......
157 156
        return false;
158 157
    }
159 158

  
160
    /**
161
     * {@inheritDoc}
162
     */
163
    @Autowired
164
    @Override
165
    protected void injectPresenter(ReferenceEditorPresenter presenter) {
166
        setPresenter(presenter);
167
    }
168

  
169 159
    /**
170 160
     * {@inheritDoc}
171 161
     */

Also available in: Unified diff