aboutsummaryrefslogtreecommitdiff
path: root/core/test/com/googlecode/guice/bundle/OSGiTestActivator.java
diff options
context:
space:
mode:
Diffstat (limited to 'core/test/com/googlecode/guice/bundle/OSGiTestActivator.java')
-rw-r--r--core/test/com/googlecode/guice/bundle/OSGiTestActivator.java18
1 files changed, 9 insertions, 9 deletions
diff --git a/core/test/com/googlecode/guice/bundle/OSGiTestActivator.java b/core/test/com/googlecode/guice/bundle/OSGiTestActivator.java
index 51e42947..7c46fa05 100644
--- a/core/test/com/googlecode/guice/bundle/OSGiTestActivator.java
+++ b/core/test/com/googlecode/guice/bundle/OSGiTestActivator.java
@@ -18,15 +18,6 @@ package com.googlecode.guice.bundle;
import static com.google.inject.name.Names.named;
-import java.lang.reflect.Method;
-import java.lang.reflect.Modifier;
-import java.util.Random;
-
-import org.osgi.framework.Bundle;
-import org.osgi.framework.BundleActivator;
-import org.osgi.framework.BundleContext;
-import org.osgi.framework.BundleException;
-
import com.google.inject.AbstractModule;
import com.google.inject.Guice;
import com.google.inject.Inject;
@@ -34,6 +25,15 @@ import com.google.inject.Injector;
import com.google.inject.Key;
import com.google.inject.matcher.AbstractMatcher;
+import org.osgi.framework.Bundle;
+import org.osgi.framework.BundleActivator;
+import org.osgi.framework.BundleContext;
+import org.osgi.framework.BundleException;
+
+import java.lang.reflect.Method;
+import java.lang.reflect.Modifier;
+import java.util.Random;
+
/**
* Test Guice from inside an OSGi bundle activator.
*