]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.services/src/org/simantics/db/services/adaption/reflection/ThisResource2.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.services / src / org / simantics / db / services / adaption / reflection / ThisResource2.java
index 7f61c54a04cf52e9c77717d3c573d0bdb114a5e6..24001ee0ae90840a5333a3c2665a098b92f42f23 100644 (file)
@@ -1,29 +1,29 @@
-/*******************************************************************************\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.services.adaption.reflection;\r
-\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.ReadGraph;\r
-\r
-public class ThisResource2 implements IDynamicAdapter2 {\r
-\r
-       @Override\r
-       public Class<?> getType() {\r
-               return Resource.class;\r
-       }\r
-\r
-       @Override\r
-       public Resource adapt(ReadGraph g, Resource r) {\r
-               return r;\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.services.adaption.reflection;
+
+import org.simantics.db.Resource;
+import org.simantics.db.ReadGraph;
+
+public class ThisResource2 implements IDynamicAdapter2 {
+
+       @Override
+       public Class<?> getType() {
+               return Resource.class;
+       }
+
+       @Override
+       public Resource adapt(ReadGraph g, Resource r) {
+               return r;
+       }
+
+}