]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scenegraph/src/org/simantics/scenegraph/g2d/nodes/UnboundedNode.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.scenegraph / src / org / simantics / scenegraph / g2d / nodes / UnboundedNode.java
index 946427d5617fd6efdaa54141c9a9a91c52f008a8..4cacc70f99bb2c23859095d7fa7df8889d9c1a9e 100644 (file)
@@ -1,25 +1,25 @@
-/*******************************************************************************\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.scenegraph.g2d.nodes;\r
-\r
-import java.awt.geom.Rectangle2D;\r
-\r
-public class UnboundedNode extends SingleElementNode {\r
-\r
-    private static final long serialVersionUID = 5949369008406462931L;\r
-\r
-    @Override\r
-    public Rectangle2D getBoundsInLocal() {\r
-        return null;\r
-    }\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.scenegraph.g2d.nodes;
+
+import java.awt.geom.Rectangle2D;
+
+public class UnboundedNode extends SingleElementNode {
+
+    private static final long serialVersionUID = 5949369008406462931L;
+
+    @Override
+    public Rectangle2D getBoundsInLocal() {
+        return null;
+    }
+
+}