]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.spreadsheet.common/src/org/simantics/spreadsheet/common/TreeTableCell.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.spreadsheet.common / src / org / simantics / spreadsheet / common / TreeTableCell.java
index 0ff973e9d233766042e6e8fbbe5b2302d387f333..2face448f40973faf7135e6575e99776ead55a4e 100644 (file)
@@ -1,33 +1,33 @@
-/*******************************************************************************\r
- * Copyright (c) 2013, 2014 Association for Decentralized \r
- * Information Management in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the THTH Simantics \r
- * Division Member Component License which accompanies this \r
- * distribution, and is available at\r
- * http://www.simantics.org/legal/sdmcl-v10.html\r
- *\r
- * Contributors:\r
- *     Semantum Oy - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.spreadsheet.common;\r
-\r
-import org.simantics.document.server.io.ITreeTableCell;\r
-\r
-public class TreeTableCell extends TableCell implements ITreeTableCell {       \r
-       \r
-       private int parent = -1;\r
-\r
-       public TreeTableCell() {\r
-       }\r
-       \r
-       public void setParent(int parent) {\r
-               this.parent = parent;\r
-       }\r
-       \r
-       @Override\r
-       public int getParent() {\r
-               return parent;\r
-       }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2013, 2014 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 THTH Simantics 
+ * Division Member Component License which accompanies this 
+ * distribution, and is available at
+ * http://www.simantics.org/legal/sdmcl-v10.html
+ *
+ * Contributors:
+ *     Semantum Oy - initial API and implementation
+ *******************************************************************************/
+package org.simantics.spreadsheet.common;
+
+import org.simantics.document.server.io.ITreeTableCell;
+
+public class TreeTableCell extends TableCell implements ITreeTableCell {       
+       
+       private int parent = -1;
+
+       public TreeTableCell() {
+       }
+       
+       public void setParent(int parent) {
+               this.parent = parent;
+       }
+       
+       @Override
+       public int getParent() {
+               return parent;
+       }
+
+}