Archived
0

BuildFiles: закрыть трекер при остановке модуля

This commit is contained in:
2016-04-10 12:03:07 +03:00
parent d2abca2e02
commit 38df247598

View File

@@ -25,6 +25,7 @@ public class Activator implements BundleActivator {
@Override
public void stop(BundleContext bundleContext) throws Exception {
fileSystemServiceTracker.close();
service.unregister();
}