1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Corrected comment

This commit is contained in:
John Cortell 2009-10-01 22:26:39 +00:00
parent 11ef8f1b75
commit 427138bbeb

View file

@ -888,15 +888,15 @@ public class AbstractCachingVMProvider extends AbstractVMProvider
return proxy;
}
/**
* Called when a given all cache entries for the given root element have
* been removed from the cache. In order to property track changed elements,
* the caching VM provider does not immediately remove entries for a given root
* element, when the viewer root element changes. Instead it keeps this root
* element and keeps processing deltas for that root element until the
* cache entries for this element are gone.
*/
/**
* Called when all cache entries for the given root element have been
* removed from the cache. In order to properly track changed elements, the
* caching VM provider does not immediately forget about the proxy for a
* given root element when the viewer root element changes. Instead it holds
* on to the proxy and keeps processing deltas for that root element until
* the cache entries for this element are gone.
*/
protected void rootElementRemovedFromCache(Object rootElement) {
fRootMarkers.remove(rootElement);