Moved all logging and dialog functionality to the new class MessagingUtils.
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / element / AbstractCdmFormElement.java
index 35bc76c7cc6407287414bbe985f140a1f16731f4..586950edf7006bb14fbff1a9b11f8c043587997b 100644 (file)
@@ -17,6 +17,7 @@ import org.eclipse.swt.widgets.Control;
 import org.eclipse.ui.forms.widgets.Section;
 
 import eu.etaxonomy.taxeditor.model.AbstractUtility;
+import eu.etaxonomy.taxeditor.model.MessagingUtils;
 
 /**
  * <p>Abstract AbstractCdmFormElement class.</p>
@@ -245,7 +246,7 @@ public abstract class AbstractCdmFormElement implements ICdmFormElement {
                        // Described here: http://dev.e-taxonomy.eu/trac/ticket/2363#comment:2
                        // and here: http://dev.e-taxonomy.eu/trac/ticket/2438
                        // Ignoring the CME because nothing bad is happening
-                       AbstractUtility.warn(getClass(), "ConcurrentModificationException. Can be ignored.");
+                       MessagingUtils.warn(getClass(), "ConcurrentModificationException. Can be ignored.");
                }
        }