- set CdmFormFactory.createTermComboElement() to deprecated
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / description / detail / DistributionDetailElement.java
index a4cb753439d963397c11fa6e2eb0a7fdc6d09da2..33bf05da6975c95a5c611b880d7b16d0095b5a86 100644 (file)
@@ -1,9 +1,9 @@
 // $Id$
 /**
 * Copyright (C) 2007 EDIT
-* European Distributed Institute of Taxonomy 
+* European Distributed Institute of Taxonomy
 * http://www.e-taxonomy.eu
-* 
+*
 * The contents of this file are subject to the Mozilla Public License Version 1.1
 * See LICENSE.TXT at the top of this package for the full license terms.
 */
@@ -30,7 +30,7 @@ public class DistributionDetailElement extends
 
        private EntitySelectionElement<NamedArea> selection_namedArea;
        private TermComboElement<PresenceAbsenceTermBase> combo_presenceAbsence;
-       
+
 
        /**
         * <p>Constructor for DistributionDetailElement.</p>
@@ -44,7 +44,7 @@ public class DistributionDetailElement extends
                        ICdmFormElement formElement, Distribution entity, int style) {
                super(formFactory, formElement, entity, style);
        }
-       
+
        /** {@inheritDoc} */
        @Override
        protected void createControls(ICdmFormElement formElement,
@@ -53,7 +53,7 @@ public class DistributionDetailElement extends
                                formElement, "Area",
                                entity.getArea(), EntitySelectionElement.NOTHING, style);
         combo_presenceAbsence = formFactory.createTermComboElement(PresenceAbsenceTermBase.class, this, "Distribution Status", entity.getStatus(), style);
-        
+
        }
 
        /** {@inheritDoc} */
@@ -66,5 +66,5 @@ public class DistributionDetailElement extends
                }
        }
 
-       
+
 }