in src/main/java/org/apache/sling/discovery/impl/standalone/NoClusterDiscoveryService.java [171:182]
private void unbindPropertyProvider(final PropertyProvider propertyProvider,
final Map<String, Object> props,
final boolean inform) {
logger.debug("Releasing PropertyProvider {}", propertyProvider);
synchronized (lock) {
final ProviderInfo info = new ProviderInfo(propertyProvider, props);
this.providerInfos.remove(info);
this.updatePropertiesCache();
}
this.createNewView(Type.PROPERTIES_CHANGED, inform);
}