Fix Ticket #4592
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / description / GeoScopeElement.java
index 4485eb50b14e14ab1b0605b766766cfb63f437ef..a561998b74e0407773e198dca497d973513dcec1 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.
 */
@@ -41,21 +41,23 @@ public class GeoScopeElement extends AbstractEntityCollectionElement<NamedArea>
                        SelectionListener removeListener, int style) {
                super(formFactory, section, entity, removeListener, null, style);
        }
-       
+
        /** {@inheritDoc} */
        @Override
        public void setEntity(NamedArea entity) {
-               
+
        }
 
        /** {@inheritDoc} */
        @Override
        public void createControls(ICdmFormElement element, int style) {
-               
+
        }
 
        /** {@inheritDoc} */
        @Override
-       public void handleEvent(Object eventSource) {           
+       public void handleEvent(Object eventSource) {
        }
+
+
 }