1
0
mirror of https://github.com/1C-Company/v8-code-style.git synced 2024-12-04 11:39:52 +02:00

#1 Перенос автосортировки метаданных

This commit is contained in:
Dmitriy Marmyshev 2021-06-19 14:02:07 +03:00
parent 37f95b23e9
commit 9ca89adede

View File

@ -148,6 +148,9 @@ public class AutoSortPlugin
public void stop(BundleContext bundleContext) throws Exception
{
registrator.deactivateManagedServices(this);
registrator.unregisterServices();
injector = null;
plugin = null;
super.stop(bundleContext);