Project

General

Profile

« Previous | Next » 

Revision 2d9a13f7

Added by Niels Hoffmann almost 14 years ago

merged new features from tabbed_properties branch into trunk

View differences:

taxeditor-bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/BulkEditorEntityCreatorService.java
16 16
import eu.etaxonomy.taxeditor.annotatedlineeditor.IEntityCreatorService;
17 17
import eu.etaxonomy.taxeditor.bulkeditor.input.AgentEditorInput;
18 18
import eu.etaxonomy.taxeditor.bulkeditor.input.NameEditorInput;
19
import eu.etaxonomy.taxeditor.bulkeditor.input.OccurrenceEditorInput;
19 20
import eu.etaxonomy.taxeditor.bulkeditor.input.ReferenceEditorInput;
20 21

  
21 22
/**
......
40 41
		if (element instanceof AgentEditorInput) {
41 42
			return new TeamOrPersonCreator();
42 43
		}
44
		if (element instanceof OccurrenceEditorInput) {
45
			return new OccurrenceCreator();
46
		}
43 47
		return null;
44 48
	}
45 49

  

Also available in: Unified diff