Project

General

Profile

« Previous | Next » 

Revision 9dc896c9

Added by Andreas Müller almost 7 years ago

fix #6368 rename table and class TaxonNameBase

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/CultivarPlantName.java
34 34
//@XmlType(name = "", propOrder = {})
35 35
//@XmlRootElement(name = "CultivarPlantName")
36 36
//@Entity
37
//@Indexed(index = "eu.etaxonomy.cdm.model.name.TaxonNameBase")
37
//@Indexed(index = "eu.etaxonomy.cdm.model.name.TaxonName")
38 38
//@Audited
39 39
//@Configurable
40 40
//public class CultivarPlantName3{
......
88 88
//	 *
89 89
//	 * @return  the nomenclatural code for cultivated plants
90 90
//	 * @see  	NonViralName#isCodeCompliant()
91
//	 * @see  	TaxonNameBase#getHasProblem()
91
//	 * @see  	TaxonName#getHasProblem()
92 92
//	 */
93 93
////	public NomenclaturalCode getNomenclaturalCode(){
94 94
////		return code;

Also available in: Unified diff