Project

General

Profile

« Previous | Next » 

Revision db183545

Added by Andreas Müller almost 7 years ago

ref #6630 and ref #6368 remove generics from TaxonName

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/description/TaxonNameDescription.java
62 62
    @ManyToOne(fetch = FetchType.LAZY)
63 63
    @Cascade({CascadeType.SAVE_UPDATE,CascadeType.MERGE})
64 64
    @FieldBridge(impl=NotNullAwareIdBridge.class)
65
    private TaxonName<?,?> taxonName;
65
    private TaxonName taxonName;
66 66

  
67 67
//******************* FACTORY ********************************************/
68 68

  
......
103 103
     * Returns the {@link TaxonName taxon name} to which <i>this</i> taxon name description
104 104
     * provides additional information not ruled by a {@link NomenclaturalCode nomenclatural code}.
105 105
     */
106
    public TaxonName<?,?> getTaxonName() {
106
    public TaxonName getTaxonName() {
107 107
        return taxonName;
108 108
    }
109 109

  

Also available in: Unified diff