]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.management/src/org/simantics/db/management/SingleSessionContextProviderSource.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.management / src / org / simantics / db / management / SingleSessionContextProviderSource.java
index 9ea47218c46fd81992e07b9b510cf38bb045cd8c..71da00e14bdc9fe176e05c4f2f7b77cd24e5ca79 100644 (file)
@@ -1,50 +1,50 @@
-/*******************************************************************************\r
- * Copyright (c) 2013 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.management;\r
-\r
-/**\r
- * @author Kalle Kondelin\r
- */\r
-public class SingleSessionContextProviderSource implements ISessionContextProviderSource {\r
-\r
-       ISessionContextProvider provider;\r
-\r
-       public SingleSessionContextProviderSource(ISessionContextProvider provider) {\r
-               this.provider = provider;\r
-       }\r
-\r
-       @Override\r
-       public ISessionContextProvider remove(Object context) {\r
-               throw new java.lang.UnsupportedOperationException();\r
-       }\r
-\r
-       @Override\r
-       public void put(Object context, ISessionContextProvider provider) {\r
-               throw new java.lang.UnsupportedOperationException();\r
-       }\r
-\r
-       @Override\r
-       public ISessionContextProvider[] getAll() {\r
-               return new ISessionContextProvider[] { provider };\r
-       }\r
-\r
-       @Override\r
-       public ISessionContextProvider getActive() {\r
-               return provider;\r
-       }\r
-\r
-       @Override\r
-       public ISessionContextProvider get(Object context) {\r
-               return provider;\r
-       }\r
-\r
-}\r
+/*******************************************************************************
+ * Copyright (c) 2013 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.management;
+
+/**
+ * @author Kalle Kondelin
+ */
+public class SingleSessionContextProviderSource implements ISessionContextProviderSource {
+
+       ISessionContextProvider provider;
+
+       public SingleSessionContextProviderSource(ISessionContextProvider provider) {
+               this.provider = provider;
+       }
+
+       @Override
+       public ISessionContextProvider remove(Object context) {
+               throw new java.lang.UnsupportedOperationException();
+       }
+
+       @Override
+       public void put(Object context, ISessionContextProvider provider) {
+               throw new java.lang.UnsupportedOperationException();
+       }
+
+       @Override
+       public ISessionContextProvider[] getAll() {
+               return new ISessionContextProvider[] { provider };
+       }
+
+       @Override
+       public ISessionContextProvider getActive() {
+               return provider;
+       }
+
+       @Override
+       public ISessionContextProvider get(Object context) {
+               return provider;
+       }
+
+}