]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/TObjectIntPair.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / adapter / TObjectIntPair.java
index 984de89fdd855b74288292e355888b802d7c3f2f..3a25efee407188a5eefeb60e5e37be4eeb866f36 100644 (file)
@@ -1,30 +1,30 @@
-/*******************************************************************************\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.db.layer0.adapter;\r
-\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- *\r
- * @param <T> the class of the first object\r
- */\r
-public class TObjectIntPair<T> {\r
-    \r
-    public final T first;\r
-    public final int second;\r
-\r
-    public TObjectIntPair(T first, int second) {\r
-        this.first = first;\r
-        this.second = second;\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.db.layer0.adapter;
+
+
+/**
+ * @author Tuukka Lehtonen
+ *
+ * @param <T> the class of the first object
+ */
+public class TObjectIntPair<T> {
+    
+    public final T first;
+    public final int second;
+
+    public TObjectIntPair(T first, int second) {
+        this.first = first;
+        this.second = second;
+    }
+
+}