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/name/ITaxonNameBase.java
828 828
     * @return the compareTo result similar to {@link Comparable#compareTo(Object)}
829 829
     * @throws NullPointerException if otherTaxon is <code>null</code>
830 830
     */
831
    public int compareToName(TaxonName<?,?> otherName);
831
    public int compareToName(TaxonName otherName);
832 832

  
833 833
    /**
834 834
     * This method returns als {@link Registration registrations} for the given name.

Also available in: Unified diff