]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.layer0/src/org/simantics/db/layer0/adapter/SubgraphAdvisor.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.layer0 / src / org / simantics / db / layer0 / adapter / SubgraphAdvisor.java
index 6afc97614c2e5df17365e12232588d4579cf52a6..7a80a7d1843ff70a486a0b98394c790d165067f2 100644 (file)
@@ -1,23 +1,23 @@
-/*******************************************************************************\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
-import org.simantics.db.AsyncReadGraph;\r
-import org.simantics.db.Statement;\r
-import org.simantics.db.procedure.AsyncProcedure;\r
-\r
-public interface SubgraphAdvisor {\r
-       \r
-       void advise(AsyncReadGraph graph, Statement statement, AsyncProcedure<Boolean> procedure);\r
-       double priority();\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;
+
+import org.simantics.db.AsyncReadGraph;
+import org.simantics.db.Statement;
+import org.simantics.db.procedure.AsyncProcedure;
+
+public interface SubgraphAdvisor {
+       
+       void advise(AsyncReadGraph graph, Statement statement, AsyncProcedure<Boolean> procedure);
+       double priority();
+       
+}