1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00
This commit is contained in:
Marc Khouzam 2010-11-19 16:48:27 +00:00
parent ee312e0773
commit b0789f8298

View file

@ -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>