Merge branch 'LibrAlign' into develop
[taxeditor.git] / eu.etaxonomy.taxeditor.molecular / src / main / java / eu / etaxonomy / taxeditor / molecular / handler / ToggleShowPherogramBaseCallLinesHandler.java
index 293559b2b09dfd7c4e82ed66926583222ece6dee..c8663eb181a885dea59cac63910aaf349770b56d 100644 (file)
@@ -1,30 +1,30 @@
-// $Id$\r
-/**\r
-* Copyright (C) 2015 EDIT\r
-* European Distributed Institute of Taxonomy\r
-* http://www.e-taxonomy.eu\r
-*\r
-* The contents of this file are subject to the Mozilla Public License Version 1.1\r
-* See LICENSE.TXT at the top of this package for the full license terms.\r
-*/\r
-package eu.etaxonomy.taxeditor.molecular.handler;\r
-\r
-\r
-import info.bioinfweb.libralign.pherogram.PherogramComponent;\r
-\r
-import org.eclipse.core.commands.ExecutionEvent;\r
-import org.eclipse.core.commands.ExecutionException;\r
-\r
-\r
-\r
-/**\r
- * @author BenStoever\r
- * @date 23.06.2015\r
- *\r
- */\r
-public class ToggleShowPherogramBaseCallLinesHandler extends AbstractPherogramComponentHandler {\r
-    @Override\r
-    public void doExecute(ExecutionEvent event, PherogramComponent component) throws ExecutionException {\r
-        component.getFormats().toggleShowBaseCallLines();\r
-    }\r
-}\r
+// $Id$
+/**
+* Copyright (C) 2015 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.molecular.handler;
+
+
+import info.bioinfweb.libralign.pherogram.PherogramComponent;
+
+import org.eclipse.core.commands.ExecutionEvent;
+import org.eclipse.core.commands.ExecutionException;
+
+
+
+/**
+ * @author BenStoever
+ * @date 23.06.2015
+ *
+ */
+public class ToggleShowPherogramBaseCallLinesHandler extends AbstractPherogramComponentHandler {
+    @Override
+    public void doExecute(ExecutionEvent event, PherogramComponent component) throws ExecutionException {
+        component.getFormats().toggleShowBaseCallLines();
+    }
+}