X-Git-Url: https://gerrit.simantics.org/r/gitweb?p=simantics%2Fplatform.git;a=blobdiff_plain;f=bundles%2Forg.simantics.document.server%2Fsrc%2Forg%2Fsimantics%2Fdocument%2Fserver%2FActivator.java;h=cba2e0ed391d88ba6bb57bbb5b8ee2c53f034909;hp=741f0a6af40aba087da8eb70f4992a3262692223;hb=ae2e31aa5eb35410e5b2ce222d42421154f3fecc;hpb=969bd23cab98a79ca9101af33334000879fb60c5 diff --git a/bundles/org.simantics.document.server/src/org/simantics/document/server/Activator.java b/bundles/org.simantics.document.server/src/org/simantics/document/server/Activator.java index 741f0a6af..cba2e0ed3 100644 --- a/bundles/org.simantics.document.server/src/org/simantics/document/server/Activator.java +++ b/bundles/org.simantics.document.server/src/org/simantics/document/server/Activator.java @@ -1,26 +1,26 @@ -package org.simantics.document.server; -import org.osgi.framework.Bundle; -import org.osgi.framework.BundleActivator; -import org.osgi.framework.BundleContext; - - -public class Activator implements BundleActivator { - - private static Bundle bundle; - - @Override - public void start(BundleContext context) throws Exception { - bundle = context.getBundle(); - context.getBundle(); - } - - @Override - public void stop(BundleContext context) throws Exception { - - } - - public static Bundle getBundle() { - return bundle; - } - -} +package org.simantics.document.server; +import org.osgi.framework.Bundle; +import org.osgi.framework.BundleActivator; +import org.osgi.framework.BundleContext; + + +public class Activator implements BundleActivator { + + private static Bundle bundle; + + @Override + public void start(BundleContext context) throws Exception { + bundle = context.getBundle(); + context.getBundle(); + } + + @Override + public void stop(BundleContext context) throws Exception { + + } + + public static Bundle getBundle() { + return bundle; + } + +}