Project

General

Profile

« Previous | Next » 

Revision bee783cb

Added by Katja Luther almost 8 years ago

fix transient services

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientCollectionService.java
753 753
		return defaultService.getUuidAndTitleCache(limit, pattern);
754 754
	}
755 755

  
756
	@Override
757
	public List<Collection> listByIds(Set<Integer> arg0, Integer arg1,
758
			Integer arg2, List<OrderHint> arg3, List<String> arg4) {
759
		
760
		return listByIds(arg0, arg1, arg2, arg3, arg4);
761
	}
762

  
756 763

  
757 764

  
758 765
}

Also available in: Unified diff