Project

General

Profile

« Previous | Next » 

Revision 17791e7d

Added by Andreas Kohlbecker over 15 years ago

harmonizing

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/TaxonServiceImpl.java
75 75
	}
76 76
	
77 77
	public TaxonBase getTaxonByUuid(UUID uuid) {
78
		return super.getCdmObjectByUuid(uuid); 
78
		return super.findByUuid(uuid);
79 79
	}
80 80

  
81 81
	@Transactional(readOnly = false)

Also available in: Unified diff