Project

General

Profile

« Previous | Next » 

Revision 85c9a0d8

Added by Andreas Müller over 4 years ago

ref #2717 fix sourceFk handling for pure names

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiTaxonExport.java
1904 1904
     * @see #8796
1905 1905
     */
1906 1906
    @SuppressWarnings("unused")  //used by methodmapper
1907
    private static Integer getSourceFk(TaxonName taxonName) {
1907
    private static Integer getSourceFk(TaxonName taxonName, PesiExportState state) {
1908 1908
        //for now pure names (only coming from E+M) have no source
1909 1909
        //according to SQL scripts (#8796)
1910 1910
        return null;

Also available in: Unified diff