1
0
Fork 0
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:
Pawel Piech 2009-09-28 21:56:31 +00:00
parent d324571112
commit 40821c2184

View file

@ -1141,7 +1141,9 @@ public class AbstractCachingVMProvider extends AbstractVMProvider
}
} else {
// 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.put(PROP_CACHE_ENTRY_DIRTY, Boolean.TRUE);
properties.putAll(getData());