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/TransientNameService.java
1232 1232
	}
1233 1233

  
1234 1234
	@Override
1235
	public List<TaxonNameBase> listByIds(Set<Integer> arg0, Integer arg1,
1236
			Integer arg2, List<OrderHint> arg3, List<String> arg4) {
1237
		return defaultService.listByIds(arg0, arg1, arg2, arg3, arg4);
1235
	public List<TaxonNameBase> loadByIds(List<Integer> idSet, List<String> propertyPaths) {
1236
		
1237
		return defaultService.loadByIds(idSet, propertyPaths);
1238 1238
	}
1239 1239

  
1240 1240
}

Also available in: Unified diff