]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.db.services/src/org/simantics/db/services/activation/ActivationManagerInitializer.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.db.services / src / org / simantics / db / services / activation / ActivationManagerInitializer.java
index 7adb1e5ca87e10e60f2768e6ad9271dcc1fe9387..8a0b2e64931991e0fea2b87e95ecda0061431304 100644 (file)
@@ -1,31 +1,31 @@
-/*******************************************************************************\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.services.activation;\r
-\r
-import org.eclipse.core.runtime.IStatus;\r
-import org.eclipse.core.runtime.Status;\r
-import org.simantics.db.Session;\r
-import org.simantics.db.services.ServiceInitializer;\r
-import org.simantics.layer0.utils.triggers.IActivationManager;\r
-\r
-public class ActivationManagerInitializer implements ServiceInitializer {\r
-\r
-    @Override\r
-    public IStatus initialize(Session s) {\r
-        ActivationManager srv = s.peekService(ActivationManager.class);\r
-        if (srv == null || srv.getClass() != ActivationManager.class)\r
-            s.registerService(IActivationManager.class, new ActivationManager(s));\r
-\r
-        return Status.OK_STATUS;\r
-    }\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.services.activation;
+
+import org.eclipse.core.runtime.IStatus;
+import org.eclipse.core.runtime.Status;
+import org.simantics.db.Session;
+import org.simantics.db.services.ServiceInitializer;
+import org.simantics.layer0.utils.triggers.IActivationManager;
+
+public class ActivationManagerInitializer implements ServiceInitializer {
+
+    @Override
+    public IStatus initialize(Session s) {
+        ActivationManager srv = s.peekService(ActivationManager.class);
+        if (srv == null || srv.getClass() != ActivationManager.class)
+            s.registerService(IActivationManager.class, new ActivationManager(s));
+
+        return Status.OK_STATUS;
+    }
+
+}