]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/adaption/Adapter.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / adaption / Adapter.java
index c105238a5b9f161a111bc56a3443aa6e36fc1193..d13ddbbc003ba5b8852744ef3a5105976f6ac0ae 100644 (file)
@@ -1,27 +1,27 @@
-/*******************************************************************************\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.adaption;\r
-\r
-import org.simantics.db.AsyncReadGraph;\r
-import org.simantics.db.Resource;\r
-import org.simantics.db.procedure.AsyncProcedure;\r
-\r
-/**\r
- * @author Antti Villberg\r
- *\r
- * @param <T> the target interface constructed by this adapter\r
- * \r
- * @see SimpleAdapter<T> Synchronous wrapper implementation\r
- */\r
-public interface Adapter<T, Context> {\r
-    void adapt(AsyncReadGraph g, Resource resource, Context context, AsyncProcedure<T> procedure);\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.adaption;
+
+import org.simantics.db.AsyncReadGraph;
+import org.simantics.db.Resource;
+import org.simantics.db.procedure.AsyncProcedure;
+
+/**
+ * @author Antti Villberg
+ *
+ * @param <T> the target interface constructed by this adapter
+ * 
+ * @see SimpleAdapter<T> Synchronous wrapper implementation
+ */
+public interface Adapter<T, Context> {
+    void adapt(AsyncReadGraph g, Resource resource, Context context, AsyncProcedure<T> procedure);
+}