mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 11:15:38 +02:00
Updated comment.
This commit is contained in:
parent
40821c2184
commit
598295599b
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ public interface ICachingVMProvider extends IVMProvider, IElementPropertiesProvi
|
||||||
public static final String PROP_IS_CHANGED_PREFIX = "is_changed."; //$NON-NLS-1$
|
public static final String PROP_IS_CHANGED_PREFIX = "is_changed."; //$NON-NLS-1$
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A prefix used to create a property to indicate whether a given property
|
* A property used to indicate whether a given cache entry is currently dirty.
|
||||||
* is currently dirty. The caching VM provider appends these properties to an
|
* The caching VM provider appends this property to an
|
||||||
* element's set of properties as they are retrieved through the cache.
|
* element's set of properties as they are retrieved through the cache.
|
||||||
*
|
*
|
||||||
* @see org.eclipse.cdt.dsf.ui.viewmodel.properties.IElementPropertiesProvider
|
* @see org.eclipse.cdt.dsf.ui.viewmodel.properties.IElementPropertiesProvider
|
||||||
|
|
Loading…
Add table
Reference in a new issue