extract string constant
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / dialog / UriDialog.java
index 1151df8f22bd9e7b6c5ee7f85cca145f79ad8ccd..2f5e41af51d7705e6d8df1ebfe8aceb881f6f266 100644 (file)
@@ -1,4 +1,3 @@
-// $Id$
 /**
 * Copyright (C) 2007 EDIT
 * European Distributed Institute of Taxonomy 
 /**
 * Copyright (C) 2007 EDIT
 * European Distributed Institute of Taxonomy 
@@ -18,7 +17,7 @@ import org.eclipse.jface.dialogs.InputDialog;
 import org.eclipse.jface.window.Window;
 import org.eclipse.swt.widgets.Shell;
 
 import org.eclipse.jface.window.Window;
 import org.eclipse.swt.widgets.Shell;
 
-import eu.etaxonomy.taxeditor.store.StoreUtil;
+import eu.etaxonomy.taxeditor.model.MessagingUtils;
 
 /**
  * <p>UriDialog class.</p>
 
 /**
  * <p>UriDialog class.</p>
@@ -66,7 +65,7 @@ public class UriDialog extends InputDialog {
                try {
                        uri = new URI(getValue());
                } catch (URISyntaxException e) {
                try {
                        uri = new URI(getValue());
                } catch (URISyntaxException e) {
-                       StoreUtil.error(getClass(), e);
+                       MessagingUtils.error(getClass(), e);
                }
                return uri;
        }
                }
                return uri;
        }