protected void deactivate()

in src/main/java/org/apache/sling/tenant/internal/TenantProviderImpl.java [142:152]


    protected void deactivate() {
        if (this.adapterFactory != null) {
            this.adapterFactory.dispose();
            this.adapterFactory = null;
        }

        if (this.plugin != null) {
            this.plugin.dispose();
            this.plugin = null;
        }
    }