]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db/src/org/simantics/db/service/InitSupport.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db / src / org / simantics / db / service / InitSupport.java
index 90f4c5a0aae9aa59147fea4787d9c307b61d782d..917b5694acf3f28ba2a7254789f29786181e6875 100644 (file)
@@ -1,34 +1,34 @@
-/*******************************************************************************\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.service;\r
-\r
-import java.util.HashSet;\r
-\r
-import org.simantics.db.exception.DatabaseException;\r
-import org.simantics.db.exception.InternalException;\r
-import org.simantics.db.exception.TimeoutException;\r
-\r
-public interface InitSupport {\r
-    public class Builtin {\r
-        public Builtin(String uri, int index) {\r
-            this.uri = uri;\r
-            this.index = index;\r
-        }\r
-        public String uri; // resource uri\r
-        public int index; // resource index\r
-    }\r
-    void addBuiltins(HashSet<Builtin> builtins)\r
-    throws InternalException;\r
-\r
-    void close()\r
-    throws DatabaseException, TimeoutException;\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.service;
+
+import java.util.HashSet;
+
+import org.simantics.db.exception.DatabaseException;
+import org.simantics.db.exception.InternalException;
+import org.simantics.db.exception.TimeoutException;
+
+public interface InitSupport {
+    public class Builtin {
+        public Builtin(String uri, int index) {
+            this.uri = uri;
+            this.index = index;
+        }
+        public String uri; // resource uri
+        public int index; // resource index
+    }
+    void addBuiltins(HashSet<Builtin> builtins)
+    throws InternalException;
+
+    void close()
+    throws DatabaseException, TimeoutException;
+}