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

@ -890,12 +890,12 @@ public class AbstractCachingVMProvider extends AbstractVMProvider
} }
/** /**
* 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);