1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 04:45:38 +02:00

This is just simple editing in comments. I replaced getModelData with appropriate changes since the getModelData() is no longer support.

I am not creating a bugzilla for simpe comment changes.
This commit is contained in:
Randy Rohrbach 2009-08-04 14:16:19 +00:00
parent d2b0c2f46b
commit a94dbe7bf6

View file

@ -158,8 +158,8 @@ public interface IExpressions extends IFormattedValues {
*
* @param expression: The expression to evaluate.
*
* @return An expression data model context object that must be passed to
* getModelData() to obtain the value of the expression.
* @return An expression data model context object that must be passed to the appropriate
* data retrieval routine to obtain the value of the expression.
*/
IExpressionDMContext createExpression(IDMContext ctx, String expression);