Merge branch 'release/5.32.0'
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / section / name / TextTypeDesignationElement.java
index fab27a1f8b4f3db7ba16043037964135c1aa0976..f5b88c580ab9b0b7e244acc4032de22128a34316 100644 (file)
@@ -6,7 +6,6 @@
  * 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.
  */
-
 package eu.etaxonomy.taxeditor.ui.section.name;
 
 import org.eclipse.jface.util.PropertyChangeEvent;
@@ -21,13 +20,11 @@ import eu.etaxonomy.taxeditor.ui.element.ICdmFormElement;
 import eu.etaxonomy.taxeditor.ui.element.MultilanguageTextElement;
 
 /**
- *
  * @author pplitzner
  * @since May 15, 2019
- *
  */
-public class TextTypeDesignationElement extends
-               AbstractTypeDesignationElement<TextualTypeDesignation> {
+public class TextTypeDesignationElement
+        extends AbstractTypeDesignationElement<TextualTypeDesignation> {
 
     private MultilanguageTextElement multilanguageTextElement;
     private CheckboxElement checkIsVerbatim;
@@ -72,4 +69,4 @@ public class TextTypeDesignationElement extends
                getEntity().setVerbatim(checkIsVerbatim.getSelection());
            }
        }
-}
+}
\ No newline at end of file