]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.lz4/src/org/simantics/lz4/bundle/Activator.java
Fixed all line endings of the repository
[simantics/platform.git] / bundles / org.simantics.lz4 / src / org / simantics / lz4 / bundle / Activator.java
index c558713d236e28be05f2d9d14531202dd1f1f6cd..38f3c3bd1527d7e1332f3bab392c6d338029923a 100644 (file)
@@ -1,22 +1,22 @@
-package org.simantics.lz4.bundle;\r
-\r
-import net.jpountz.util.Native;\r
-\r
-import org.osgi.framework.BundleActivator;\r
-import org.osgi.framework.BundleContext;\r
-\r
-public class Activator implements BundleActivator {\r
-\r
-    public static final String PLUGIN_ID = "org.simantics.lz4";\r
-    \r
-    @Override\r
-    public void start(BundleContext context) throws Exception {\r
-        Native.load();\r
-    }\r
-\r
-    @Override\r
-    public void stop(BundleContext context) throws Exception {\r
-        \r
-    }\r
-\r
-}\r
+package org.simantics.lz4.bundle;
+
+import net.jpountz.util.Native;
+
+import org.osgi.framework.BundleActivator;
+import org.osgi.framework.BundleContext;
+
+public class Activator implements BundleActivator {
+
+    public static final String PLUGIN_ID = "org.simantics.lz4";
+    
+    @Override
+    public void start(BundleContext context) throws Exception {
+        Native.load();
+    }
+
+    @Override
+    public void stop(BundleContext context) throws Exception {
+        
+    }
+
+}