public void removedService()

in src/main/java/org/apache/sling/commons/osgi/SortingServiceTracker.java [59:63]


    public void removedService(ServiceReference<T> reference, T service) {
        this.sortedServiceCache = null;
        this.sortedReferences = null;
        this.context.ungetService(reference);
    }