Project

General

Profile

« Previous | Next » 

Revision a12e9e83

Added by Andreas Müller over 4 years ago

ref #2104 remove fixme from unused PesiNoteSourceExport_Old

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/io/pesi/out/old/PesiNoteSourceExport_Old.java
257 257
	 */
258 258
	@SuppressWarnings("unused")
259 259
	private static String getSourceDetail(DescriptionElementBase descriptionElement) {
260
		//FIXME this is a replacement for the deprecated descriptionElement.getCitationMicroReference()
261 260
		//it needs to be checked what should be done when multiple sources exist
262 261
		if (descriptionElement.getSources().size() < 1){
263 262
			return null;

Also available in: Unified diff