зеркало из https://github.com/mozilla/smarthome.git
fix for R4 Compatibility
PR: https://github.com/eclipse/smarthome/pull/1331 Signed-off-by: Benedikt Niehues <b.niehues@external.telekom.de>
This commit is contained in:
Родитель
4453d76b4b
Коммит
ccfc41686b
|
@ -110,7 +110,7 @@ class AutomationResourceBundlesEventQueue implements Runnable, BundleTrackerCust
|
|||
this.mProvider = mProvider;
|
||||
this.rImporter = rImporter;
|
||||
bTracker = new BundleTracker<Object>(bc, ~Bundle.UNINSTALLED, this);
|
||||
pkgAdmin = bc.getService(bc.getServiceReference(PackageAdmin.class));
|
||||
pkgAdmin = (PackageAdmin) bc.getService(bc.getServiceReference(PackageAdmin.class.getName()));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче