Project

General

Profile

« Previous | Next » 

Revision 23783f7a

Added by Niels Hoffmann about 12 years ago

Refactoring of selection elements. Additional minor refactoring. Fixed a bug with Translation Editor (#2752)

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/description/detail/AbstractDetailedDescriptionDetailElement.java
10 10

  
11 11
package eu.etaxonomy.taxeditor.ui.section.description.detail;
12 12

  
13
import org.apache.log4j.Logger;
14

  
15 13
import eu.etaxonomy.cdm.model.description.DescriptionElementBase;
16 14
import eu.etaxonomy.taxeditor.ui.element.CdmFormFactory;
17 15
import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
......
25 23
 * @version 1.0
26 24
 */
27 25
public abstract class AbstractDetailedDescriptionDetailElement<T extends DescriptionElementBase> extends AbstractCdmDetailElement<T>{
28

  
29
	private static final Logger logger = Logger
30
			.getLogger(AbstractDetailedDescriptionDetailElement.class);
31 26
	
32 27
	/**
33 28
	 * <p>Constructor for AbstractDetailedDescriptionDetailElement.</p>

Also available in: Unified diff