]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram.connection/src/org/simantics/diagram/connection/RouteLineHalf.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.diagram.connection / src / org / simantics / diagram / connection / RouteLineHalf.java
index 3940892877ca699ba14bdc4dd278e17d585d738c..903be0a7c6af6c499c08c394a4d7e136eaa71f1f 100644 (file)
@@ -1,30 +1,30 @@
-/*******************************************************************************\r
- * Copyright (c) 2011 Association for Decentralized Information Management in\r
- * 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.diagram.connection;\r
-\r
-public class RouteLineHalf {\r
-       RouteLine line;\r
-       RouteLink link;\r
-       \r
-       public RouteLineHalf(RouteLine line, RouteLink link) {\r
-               this.line = line;\r
-               this.link = link;\r
-       }\r
-       \r
-       public RouteLine getLine() {\r
-               return line;\r
-       }\r
-       \r
-       public RouteLink getLink() {\r
-               return link;\r
-       }\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2011 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.diagram.connection;
+
+public class RouteLineHalf {
+       RouteLine line;
+       RouteLink link;
+       
+       public RouteLineHalf(RouteLine line, RouteLink link) {
+               this.line = line;
+               this.link = link;
+       }
+       
+       public RouteLine getLine() {
+               return line;
+       }
+       
+       public RouteLink getLink() {
+               return link;
+       }
+}