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/BacterialName.java
33 33
//})
34 34
//@XmlRootElement(name = "BacterialName")
35 35
//@Entity
36
//@Indexed(index = "eu.etaxonomy.cdm.model.name.TaxonNameBase")
36
//@Indexed(index = "eu.etaxonomy.cdm.model.name.TaxonName")
37 37
//@Audited
38 38
//@Configurable
39 39
//public class BacterialName4{
......
87 87
//	 *
88 88
//	 * @return  the nomenclatural code for bacteria
89 89
//	 * @see  	NonViralName#isCodeCompliant()
90
//	 * @see  	TaxonNameBase#getHasProblem()
90
//	 * @see  	TaxonName#getHasProblem()
91 91
//	 */
92 92
////	public NomenclaturalCode getNomenclaturalCode(){
93 93
////		return code;

Also available in: Unified diff