Project

General

Profile

« Previous | Next » 

Revision 892efc69

Added by Andreas Kohlbecker almost 14 years ago

merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/NameServiceImpl.java
340 340
			
341 341
		  return new DefaultPagerImpl<TaxonNameBase>(pageNumber, numberOfResults, pageSize, results);
342 342
	}
343

  
344
	public HomotypicalGroup findHomotypicalGroup(UUID uuid) {
345
		return homotypicalGroupDao.findByUuid(uuid);
346
	}
343 347
}

Also available in: Unified diff