]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.g2d/src/org/simantics/g2d/routing/IRouterOld.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.g2d / src / org / simantics / g2d / routing / IRouterOld.java
index 7947d49a4358777eba380d326ddbb767328e8451..816c901f6f7c62524a92ea72ff7910b37357642f 100644 (file)
@@ -1,24 +1,24 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.g2d.routing;\r
-\r
-import java.awt.geom.Path2D;\r
-\r
-public interface IRouterOld {\r
-\r
-       void addObstacle(Obstacle obstacle);\r
-       void removeObstacle(Obstacle obstacle);\r
-       void addConnection(Connection connection);\r
-       void removeConnection(Connection connection);\r
-       Path2D getPath(Connection connection);\r
-       \r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.g2d.routing;
+
+import java.awt.geom.Path2D;
+
+public interface IRouterOld {
+
+       void addObstacle(Obstacle obstacle);
+       void removeObstacle(Obstacle obstacle);
+       void addConnection(Connection connection);
+       void removeConnection(Connection connection);
+       Path2D getPath(Connection connection);
+       
+}