mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix for Bug 200896
This is the full support for marking variable objects as USED. Also, the ExpressionService JUnit tests have been extended.
This commit is contained in:
parent
60cccc683c
commit
b19bdedd15
1 changed files with 1 additions and 1 deletions
|
@ -218,5 +218,5 @@ public interface IExpressions extends IDMService, IFormattedValues {
|
|||
*
|
||||
* @param rm: Request completion monitor.
|
||||
*/
|
||||
void writeExpression(IDMContext expressionContext, String exressionValue, String formatId, RequestMonitor rm);
|
||||
void writeExpression(IDMContext expressionContext, String expressionValue, String formatId, RequestMonitor rm);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue