]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.trend/src/org/simantics/trend/impl/MilestoneSpec.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.trend / src / org / simantics / trend / impl / MilestoneSpec.java
index c54ad97bc6e1ca4991f677af683b5038d53e11f7..f8f196bfc943c6fdf49aa36d5af40667e4c1e0a6 100644 (file)
@@ -1,32 +1,32 @@
-/*******************************************************************************\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.impl;\r
-\r
-import java.util.ArrayList;\r
-\r
-import org.simantics.databoard.util.Bean;\r
-\r
-public class MilestoneSpec extends Bean {\r
-\r
-       public static MilestoneSpec EMPTY; \r
-       \r
-       public ArrayList<Milestone> milestones = new ArrayList<>();\r
-       \r
-       // Index of baseline milestone, or -1\r
-       public int baseline = -1;\r
-\r
-       static {\r
-               EMPTY = new MilestoneSpec();\r
-               EMPTY.init();\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.impl;
+
+import java.util.ArrayList;
+
+import org.simantics.databoard.util.Bean;
+
+public class MilestoneSpec extends Bean {
+
+       public static MilestoneSpec EMPTY; 
+       
+       public ArrayList<Milestone> milestones = new ArrayList<>();
+       
+       // Index of baseline milestone, or -1
+       public int baseline = -1;
+
+       static {
+               EMPTY = new MilestoneSpec();
+               EMPTY.init();
+       }
+       
+}