]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.export.core/src/org/simantics/export/core/internal/Activator.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.export.core / src / org / simantics / export / core / internal / Activator.java
index e07fa5863c77551f9c2d7625715d3b1fa1ad056f..fc58adee2399d5cd71fdda505afab8913c40e59a 100644 (file)
@@ -1,28 +1,28 @@
-package org.simantics.export.core.internal;\r
-\r
-import org.osgi.framework.BundleActivator;\r
-import org.osgi.framework.BundleContext;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- * @since 1.22.2\r
- */\r
-public class Activator implements BundleActivator {\r
-\r
-       private static BundleContext context;\r
-\r
-       public static BundleContext getContext() {\r
-               return context;\r
-       }\r
-\r
-       @Override\r
-       public void start(BundleContext context) throws Exception {\r
-               Activator.context = context;\r
-       }\r
-\r
-       @Override\r
-       public void stop(BundleContext context) throws Exception {\r
-               Activator.context = null;\r
-       }\r
-\r
-}\r
+package org.simantics.export.core.internal;
+
+import org.osgi.framework.BundleActivator;
+import org.osgi.framework.BundleContext;
+
+/**
+ * @author Tuukka Lehtonen
+ * @since 1.22.2
+ */
+public class Activator implements BundleActivator {
+
+       private static BundleContext context;
+
+       public static BundleContext getContext() {
+               return context;
+       }
+
+       @Override
+       public void start(BundleContext context) throws Exception {
+               Activator.context = context;
+       }
+
+       @Override
+       public void stop(BundleContext context) throws Exception {
+               Activator.context = null;
+       }
+
+}