]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.issues.common/src/org/simantics/issues/common/ActiveModelIssueSources.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.issues.common / src / org / simantics / issues / common / ActiveModelIssueSources.java
index d17c188364c17e1b4c50c43af8cf3239085f7c69..40d7f2ec3dcfc92e14f82a20007d00aa81458f8c 100644 (file)
@@ -1,43 +1,43 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2011 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.issues.common;\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.request.ObjectsWithType;\r
-import org.simantics.db.common.request.ResourceRead;\r
-import org.simantics.db.exception.DatabaseException;\r
-import org.simantics.issues.ontology.IssueResource;\r
-import org.simantics.operation.Layer0X;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class ActiveModelIssueSources extends ResourceRead<Collection<Resource>> {\r
-\r
-    public ActiveModelIssueSources(Resource resource) {\r
-        super(resource);\r
-    }\r
-\r
-    @Override\r
-    public Collection<Resource> perform(ReadGraph graph) throws DatabaseException {\r
-        return graph.syncRequest(\r
-                new ObjectsWithType(\r
-                        resource,\r
-                        Layer0X.getInstance(graph).Activates,\r
-                        IssueResource.getInstance(graph).ContinuousIssueSource)\r
-        );\r
-    }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2011 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.issues.common;
+
+import java.util.Collection;
+
+import org.simantics.db.ReadGraph;
+import org.simantics.db.Resource;
+import org.simantics.db.common.request.ObjectsWithType;
+import org.simantics.db.common.request.ResourceRead;
+import org.simantics.db.exception.DatabaseException;
+import org.simantics.issues.ontology.IssueResource;
+import org.simantics.operation.Layer0X;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class ActiveModelIssueSources extends ResourceRead<Collection<Resource>> {
+
+    public ActiveModelIssueSources(Resource resource) {
+        super(resource);
+    }
+
+    @Override
+    public Collection<Resource> perform(ReadGraph graph) throws DatabaseException {
+        return graph.syncRequest(
+                new ObjectsWithType(
+                        resource,
+                        Layer0X.getInstance(graph).Activates,
+                        IssueResource.getInstance(graph).ContinuousIssueSource)
+        );
+    }
+
+}