Project

General

Profile

« Previous | Next » 

Revision 4c646f73

Added by Katja Luther about 8 years ago

add missing transient service

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
    @Override
846
    public List<Person> getAllAgentsUsedAsUser(){
847
        return defaultService.getAllAgentsUsedAsUser();
848
    }
844 849
}

Also available in: Unified diff