Index: bundle/command/src/main/java/org/apache/karaf/bundle/command/DynamicImport.java IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- bundle/command/src/main/java/org/apache/karaf/bundle/command/DynamicImport.java (revision 1527968) +++ bundle/command/src/main/java/org/apache/karaf/bundle/command/DynamicImport.java (revision ) @@ -27,14 +27,9 @@ @Command(scope = "bundle", name = "dynamic-import", description = "Enables/disables dynamic-import for a given bundle.") public class DynamicImport extends BundleCommand { - BundleService bundleService; public DynamicImport() { super(true); - } - - public void setBundleService(BundleService bundleService) { - this.bundleService = bundleService; } @Override