]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.trend/src/org/simantics/trend/configuration/Viewport.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.trend / src / org / simantics / trend / configuration / Viewport.java
index 8f957ac4c3ba8c8fae7fa59b3b75f558977cb733..d208a04444a3b632ffe81b9bcbf01a6ee2141707 100644 (file)
@@ -1,33 +1,33 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 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.trend.configuration;\r
-\r
-import java.util.List;\r
-\r
-import org.simantics.databoard.util.Bean;\r
-\r
-/**\r
- * Class that describes trend viewport.\r
- *  \r
- * @author toni.kalajainen\r
- */\r
-public class Viewport extends Bean {\r
-       \r
-       public double from, end;\r
-       public List<AxisViewport> axesports;\r
-       \r
-       public static class AxisViewport \r
-       {\r
-               public double min, max;\r
-       }\r
-       \r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 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.trend.configuration;
+
+import java.util.List;
+
+import org.simantics.databoard.util.Bean;
+
+/**
+ * Class that describes trend viewport.
+ *  
+ * @author toni.kalajainen
+ */
+public class Viewport extends Bean {
+       
+       public double from, end;
+       public List<AxisViewport> axesports;
+       
+       public static class AxisViewport 
+       {
+               public double min, max;
+       }
+       
+}