Project

General

Profile

« Previous | Next » 

Revision 9a9ea69a

Added by Andreas Müller over 5 years ago

fix compile after cleanup

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/PesiTaxonExport.java
92 92
 */
93 93
@Component
94 94
public class PesiTaxonExport extends PesiExportBase {
95
	private static final Logger logger = Logger.getLogger(PesiTaxonExport.class);
95
    private static final long serialVersionUID = -3412722058790200078L;
96
    private static final Logger logger = Logger.getLogger(PesiTaxonExport.class);
97

  
96 98
	private static final Class<? extends CdmBase> standardMethodParameter = TaxonBase.class;
97 99

  
98 100
	private static int modCount = 1000;
......
1989 1991
		}
1990 1992
		String fossilStatus = fossilStatuus.iterator().next();
1991 1993

  
1992
		int statusFk = state.getTransformer().FossilStatusCache2FossilStatusFk(fossilStatus);
1994
		int statusFk = state.getTransformer().fossilStatusCache2FossilStatusFk(fossilStatus);
1993 1995
		return statusFk;
1994 1996
	}
1995 1997

  

Also available in: Unified diff