Initial implementation of CDM data reading and writing in AlignmentEditor.
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / molecular / PherogramMouseListener.java
index 2fce3dfb1dbeff2546da97dd5b5754291cb1c93b..25a454c3e15ff75c54013a39eb1bf70003b93297 100644 (file)
@@ -12,7 +12,6 @@ package eu.etaxonomy.taxeditor.editor.molecular;
 import info.bioinfweb.commons.tic.input.TICMouseAdapter;\r
 import info.bioinfweb.commons.tic.input.TICMouseEvent;\r
 \r
-import java.io.File;\r
 import java.net.URI;\r
 \r
 import eu.etaxonomy.taxeditor.model.MessagingUtils;\r
@@ -42,7 +41,8 @@ public class PherogramMouseListener extends TICMouseAdapter {
                                PherogramViewPart.createView(uri);\r
                        }\r
                        catch (Exception e) {\r
-                               MessagingUtils.errorDialog("Error", this, e.getLocalizedMessage(), "eu.etaxonomy.taxeditor.editor", e, false);  //TODO set pluginID\r
+                               MessagingUtils.errorDialog("Error", this, e.getLocalizedMessage(), "eu.etaxonomy.taxeditor.editor", \r
+                                               e, false);  //TODO set pluginID\r
                        }\r
                }\r
        }\r