Project

General

Profile

« Previous | Next » 

Revision e82b27f2

Added by Andreas Müller over 7 years ago

cleanup

View differences:

src/main/java/eu/etaxonomy/cdm/vaadin/presenter/StatusPresenter.java
55 55
        removeNameFilter();
56 56
    }
57 57

  
58
    /* (non-Javadoc)
59
     * @see eu.etaxonomy.cdm.vaadin.view.IStatusComponent.StatusComponentListener#load()
60
     */
61 58
    @Override
62 59
    public LeafNodeTaxonContainer loadTaxa(int classificationId) throws SQLException {
63 60
        leafNodeTaxonContainer = new LeafNodeTaxonContainer(classificationId);
......
150 147
        leafNodeTaxonContainer.refreshSynonymCache();
151 148
    }
152 149

  
153
    /* (non-Javadoc)
154
     * @see eu.etaxonomy.cdm.vaadin.view.IStatusComponent.StatusComponentListener#loadClassifications()
155
     */
156 150
    @Override
157 151
    public CdmSQLContainer loadClassifications() throws SQLException {
158 152
        classificationContainer = CdmSQLContainer.newInstance("Classification");
......
171 165
        }
172 166
    }
173 167

  
174

  
175
    /* (non-Javadoc)
176
     * @see eu.etaxonomy.cdm.vaadin.view.IStatusComposite.StatusComponentListener#getCurrentLeafNodeTaxonContainer()
177
     */
178 168
    @Override
179 169
    public LeafNodeTaxonContainer getCurrentLeafNodeTaxonContainer() {
180 170
        return leafNodeTaxonContainer;

Also available in: Unified diff