cleanup
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / element / TextWithLabelElement.java
index 89c0b92be19109b8b8e3e1e333ab2ca37e0d5495..ee1879e70bf80a34e5c3521f534927cac4c85b36 100644 (file)
@@ -1,6 +1,11 @@
 /**
- *
- */
+* Copyright (C) 2021 EDIT
+* 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.
+*/
 package eu.etaxonomy.taxeditor.ui.element;
 
 import org.eclipse.swt.SWT;
@@ -138,8 +143,6 @@ public class TextWithLabelElement
 
     /**
      * Get the text of this composites text composite
-     *
-     * @return a {@link java.lang.String} object.
      */
     public String getText() {
         if (!text.isDisposed()){
@@ -151,9 +154,6 @@ public class TextWithLabelElement
 
     /**
      * Set the text of this composites text composite
-     *
-     * @param string
-     *            a {@link java.lang.String} object.
      */
     public void setText(String string) {
         StoreUtil.setTextWithoutModifyListeners(text, string != null? string.trim(): string);
@@ -205,9 +205,6 @@ public class TextWithLabelElement
         text.setForeground(getColor(symbolicName));
     }
 
-
-
-
     @Override
     public void updateCacheRelevance() {
         Color color = cacheRelevance().getColor();