mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Update a comment.
This commit is contained in:
parent
d324571112
commit
40821c2184
1 changed files with 3 additions and 1 deletions
|
@ -1141,7 +1141,9 @@ public class AbstractCachingVMProvider extends AbstractVMProvider
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// We are not caching the result of this update, but we should still
|
// We are not caching the result of this update, but we should still
|
||||||
// return valid data to the client.
|
// return valid data to the client. In case the update was canceled
|
||||||
|
// we can also return valid data to the client even if the client
|
||||||
|
// is likely to ignore it since the cost of doing so is relatively low.
|
||||||
properties = new HashMap<String, Object>(getData().size() + 1 * 4/3);
|
properties = new HashMap<String, Object>(getData().size() + 1 * 4/3);
|
||||||
properties.put(PROP_CACHE_ENTRY_DIRTY, Boolean.TRUE);
|
properties.put(PROP_CACHE_ENTRY_DIRTY, Boolean.TRUE);
|
||||||
properties.putAll(getData());
|
properties.putAll(getData());
|
||||||
|
|
Loading…
Add table
Reference in a new issue