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/GeoScopeSection.java
12 12

  
13 13
import java.util.Collection;
14 14

  
15
import org.apache.log4j.Logger;
16

  
17 15
import eu.etaxonomy.cdm.api.conversation.ConversationHolder;
18 16
import eu.etaxonomy.cdm.model.description.TaxonDescription;
19 17
import eu.etaxonomy.cdm.model.location.NamedArea;
......
30 28
 */
31 29
public class GeoScopeSection extends AbstractEntityCollectionSection<TaxonDescription, NamedArea> {
32 30
	
33

  
34
	private static final Logger logger = Logger
35
			.getLogger(GeoScopeSection.class);
36

  
37 31
	/**
38 32
	 * <p>Constructor for GeoScopeSection.</p>
39 33
	 *

Also available in: Unified diff