synchronized void deactivate()

in src/main/java/org/apache/sling/serviceusermapping/impl/ServiceUserMapperImpl.java [189:194]


    synchronized void deactivate() {
        // this call does not unregister the mappings, but they should be unbound
        // through the unbind methods anyway
        updateServiceRegistrations(new Mapping[0]);
        executorService.shutdown();
    }