mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-31 21:05:37 +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:
parent
d2b0c2f46b
commit
a94dbe7bf6
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@ public interface IExpressions extends IFormattedValues {
|
||||||
*
|
*
|
||||||
* @param expression: The expression to evaluate.
|
* @param expression: The expression to evaluate.
|
||||||
*
|
*
|
||||||
* @return An expression data model context object that must be passed to
|
* @return An expression data model context object that must be passed to the appropriate
|
||||||
* getModelData() to obtain the value of the expression.
|
* data retrieval routine to obtain the value of the expression.
|
||||||
*/
|
*/
|
||||||
IExpressionDMContext createExpression(IDMContext ctx, String expression);
|
IExpressionDMContext createExpression(IDMContext ctx, String expression);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue