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