Project

General

Profile

« Previous | Next » 

Revision aeb5ba21

Added by Patrick Plitzner over 7 years ago

Add missing service method #5829

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientAgentService.java
841 841
    public List<AgentBase> load(List<UUID> arg0, List<String> arg1) {
842 842
        return defaultService.load(arg0, arg1);
843 843
    }
844

  
845
    /**
846
     * {@inheritDoc}
847
     */
848
    @Override
849
    public List<UuidAndTitleCache<AgentBase>> getUuidAndAbbrevTitleCache() {
850
        return defaultService.getUuidAndAbbrevTitleCache();
851
    }
844 852
}

Also available in: Unified diff