Project

General

Profile

« Previous | Next » 

Revision e8f96965

Added by Andreas Müller almost 8 years ago

Fix compile errors in transient services for loadByIds

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientAgentService.java
847 847
	}
848 848

  
849 849
	@Override
850
	public List<AgentBase> listByIds(Set<Integer> arg0, Integer arg1,
851
			Integer arg2, List<OrderHint> arg3, List<String> arg4) {
850
	public List<AgentBase> loadByIds(List<Integer> idSet, List<String> propertyPaths) {
852 851
		
853
		return defaultService.listByIds(arg0, arg1, arg2, arg3, arg4);
852
		return defaultService.loadByIds(idSet, propertyPaths);
854 853
	}
855 854

  
856 855

  

Also available in: Unified diff