mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Fix typo
This commit is contained in:
parent
ee312e0773
commit
b0789f8298
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ public interface IVMNode extends IElementContentProvider
|
|||
public void buildDelta(Object event, VMDelta parent, int nodeOffset, RequestMonitor requestMonitor);
|
||||
|
||||
/**
|
||||
* Retireves the view model elements for the given data model event. This method
|
||||
* Retrieves the view model elements for the given data model event. This method
|
||||
* is optional and it allows the view model provider to optimize event processing
|
||||
* by avoiding the need to retrieve all possible elements for the given node.
|
||||
* </p>
|
||||
|
|
Loading…
Add table
Reference in a new issue