]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.services/src/org/simantics/db/services/adaption/reflection/SingleRelatedResource2.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.services / src / org / simantics / db / services / adaption / reflection / SingleRelatedResource2.java
index 5234a86f8279ce456afd5795501f03767e57862c..7ee5890fbe9a328748df646774f2515d085a8c8d 100644 (file)
@@ -1,36 +1,36 @@
-/*******************************************************************************\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
-import org.simantics.db.exception.DatabaseException;\r
-\r
-public class SingleRelatedResource2 implements IDynamicAdapter2 {\r
-\r
-       Resource relation;\r
-       \r
-       public SingleRelatedResource2(Resource relation) {\r
-               this.relation = relation;\r
-       }\r
-       \r
-       @Override\r
-       public Class<?> getType() {\r
-               return Resource.class;\r
-       }\r
-\r
-       @Override\r
-       public Resource adapt(ReadGraph g, Resource r) throws DatabaseException {\r
-               return g.getPossibleObject(r, relation);\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;
+import org.simantics.db.exception.DatabaseException;
+
+public class SingleRelatedResource2 implements IDynamicAdapter2 {
+
+       Resource relation;
+       
+       public SingleRelatedResource2(Resource relation) {
+               this.relation = relation;
+       }
+       
+       @Override
+       public Class<?> getType() {
+               return Resource.class;
+       }
+
+       @Override
+       public Resource adapt(ReadGraph g, Resource r) throws DatabaseException {
+               return g.getPossibleObject(r, relation);
+       }
+
+}