]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.diagram/src/org/simantics/diagram/content/DesignatedTerminal.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.diagram / src / org / simantics / diagram / content / DesignatedTerminal.java
index f98d510600da2372bd0394b5042a28fdadc8bb7a..fe5c290acb4768fbe0e677b250f52617df4412bf 100644 (file)
@@ -1,33 +1,33 @@
-/*******************************************************************************\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.diagram.content;\r
-\r
-import org.simantics.g2d.diagram.handler.Topology.Terminal;\r
-import org.simantics.g2d.element.IElement;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class DesignatedTerminal {\r
-    public final IElement element;\r
-    public final Terminal terminal;\r
-\r
-    public DesignatedTerminal(IElement element, Terminal terminal) {\r
-        if (element == null)\r
-            throw new NullPointerException("null element");\r
-        if (terminal == null)\r
-            throw new NullPointerException("null terminal");\r
-\r
-        this.element = element;\r
-        this.terminal = terminal;\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.diagram.content;
+
+import org.simantics.g2d.diagram.handler.Topology.Terminal;
+import org.simantics.g2d.element.IElement;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class DesignatedTerminal {
+    public final IElement element;
+    public final Terminal terminal;
+
+    public DesignatedTerminal(IElement element, Terminal terminal) {
+        if (element == null)
+            throw new NullPointerException("null element");
+        if (terminal == null)
+            throw new NullPointerException("null terminal");
+
+        this.element = element;
+        this.terminal = terminal;
+    }
+}