mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Corrected comment
This commit is contained in:
parent
11ef8f1b75
commit
427138bbeb
1 changed files with 9 additions and 9 deletions
|
@ -889,14 +889,14 @@ public class AbstractCachingVMProvider extends AbstractVMProvider
|
||||||
return proxy;
|
return proxy;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Called when a given all cache entries for the given root element have
|
* Called when all cache entries for the given root element have been
|
||||||
* been removed from the cache. In order to property track changed elements,
|
* removed from the cache. In order to properly track changed elements, the
|
||||||
* the caching VM provider does not immediately remove entries for a given root
|
* caching VM provider does not immediately forget about the proxy for a
|
||||||
* element, when the viewer root element changes. Instead it keeps this root
|
* given root element when the viewer root element changes. Instead it holds
|
||||||
* element and keeps processing deltas for that root element until the
|
* on to the proxy and keeps processing deltas for that root element until
|
||||||
* cache entries for this element are gone.
|
* the cache entries for this element are gone.
|
||||||
*/
|
*/
|
||||||
protected void rootElementRemovedFromCache(Object rootElement) {
|
protected void rootElementRemovedFromCache(Object rootElement) {
|
||||||
fRootMarkers.remove(rootElement);
|
fRootMarkers.remove(rootElement);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue