]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.debug.graphical/src/org/simantics/debug/graphical/NewGraphDebugger.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.debug.graphical / src / org / simantics / debug / graphical / NewGraphDebugger.java
index 782226f79d321d1435a090d3b5dfe7f818839316..60feb1c82573c6f23261ff1a9f82196ad7af838d 100644 (file)
@@ -1,15 +1,15 @@
-package org.simantics.debug.graphical;\r
-\r
-import org.eclipse.core.commands.AbstractHandler;\r
-import org.eclipse.core.commands.ExecutionEvent;\r
-import org.eclipse.core.commands.ExecutionException;\r
-\r
-public class NewGraphDebugger extends AbstractHandler {\r
-\r
-    @Override\r
-    public Object execute(ExecutionEvent event) throws ExecutionException {\r
-        GraphicalDebugger.newGraphDebugger();\r
-        return null;\r
-    }\r
-\r
-}\r
+package org.simantics.debug.graphical;
+
+import org.eclipse.core.commands.AbstractHandler;
+import org.eclipse.core.commands.ExecutionEvent;
+import org.eclipse.core.commands.ExecutionException;
+
+public class NewGraphDebugger extends AbstractHandler {
+
+    @Override
+    public Object execute(ExecutionEvent event) throws ExecutionException {
+        GraphicalDebugger.newGraphDebugger();
+        return null;
+    }
+
+}