1
0
Fork 0
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:
Marc Khouzam 2007-10-25 18:22:24 +00:00
parent 60cccc683c
commit b19bdedd15

View file

@ -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);
}