Project

General

Profile

« Previous | Next » 

Revision feff51af

Added by Andreas Müller almost 7 years ago

fix compile errros in classification service

View differences:

eu.etaxonomy.taxeditor.editor/src/main/java/eu/etaxonomy/taxeditor/editor/view/dataimport/transientServices/TransientClassificationService.java
1002 1002
	}
1003 1003

  
1004 1004
	@Override
1005
    public List<TaxonNode> listSiblingsOfTaxon(UUID taxonUuid, UUID classificationUuid, Integer pageSize, Integer pageIndex,
1006
            List<String> propertyPaths) {
1007
	    return defaultService.listSiblingsOfTaxon(taxonUuid, classificationUuid, pageSize, pageIndex,
1008
	            propertyPaths);
1005
	public List<TaxonNode> listSiblingsOfTaxon(UUID taxonUuid,
1006
			UUID classificationUuid, Integer pageSize, Integer pageIndex,
1007
			List<String> propertyPaths) {
1008
		
1009
		return defaultService.listSiblingsOfTaxon(taxonUuid, classificationUuid, pageSize, pageIndex, propertyPaths);
1010
	}
1011

  
1012
	@Override
1013
	public Pager<TaxonNode> pageSiblingsOfTaxon(UUID taxonUuid,
1014
			UUID classificationUuid, Integer pageSize, Integer pageIndex,
1015
			List<String> propertyPaths) {
1016
		return defaultService.pageSiblingsOfTaxon(taxonUuid, classificationUuid, pageSize, pageIndex, propertyPaths);
1009 1017
	}
1010 1018

  
1011 1019

  

Also available in: Unified diff