mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Fixed typos in comments
This commit is contained in:
parent
a5d25b3bfa
commit
fc55e07104
1 changed files with 9 additions and 9 deletions
|
@ -510,10 +510,10 @@ abstract public class AbstractVMProvider implements IVMProvider, IVMEventListene
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Calls the given view model node to perform the given updates. This
|
* Calls the given view model node to perform the given updates. This method
|
||||||
* method is called by view model provider and it's helper classes instead
|
* is called by view model provider and its helper classes instead of
|
||||||
* of calling the IVMNode method directly, in order to allow additional
|
* calling the IVMNode method directly, in order to allow additional
|
||||||
* processing of the udpate. For example the AbstractCachingVMProvider
|
* processing of the update. For example the AbstractCachingVMProvider
|
||||||
* overrides this method to optionally return the results for an update from
|
* overrides this method to optionally return the results for an update from
|
||||||
* a cache.
|
* a cache.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue