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/TransientDescriptionService.java
1239 1239
	}
1240 1240

  
1241 1241
	@Override
1242
	public List<DescriptionBase> listByIds(Set<Integer> arg0, Integer arg1,
1243
			Integer arg2, List<OrderHint> arg3, List<String> arg4) {
1242
	public List<DescriptionBase> loadByIds(List<Integer> idSet, List<String> propertyPaths) {
1244 1243
		
1245
		return defaultService.listByIds(arg0, arg1, arg2, arg3, arg4);
1244
		return defaultService.loadByIds(idSet, propertyPaths);
1246 1245
	}
1247 1246

  
1248 1247

  

Also available in: Unified diff