1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 20:05:35 +02:00

[233111] - Added a comment.

This commit is contained in:
Pawel Piech 2008-10-09 05:35:50 +00:00
parent 43456f1f7f
commit 75a885c108

View file

@ -61,6 +61,7 @@ public class WatchExpressionCellModifier implements ICellModifier {
if (strValue.length() != 0) { if (strValue.length() != 0) {
expression.setExpressionText(strValue); expression.setExpressionText(strValue);
} else { } else {
// (bug 233111) If user entered a blank string, remove the expression.
expressionManager.removeExpression(expression); expressionManager.removeExpression(expression);
} }
} else if (element instanceof NewExpressionVMC && strValue.length() != 0) { } else if (element instanceof NewExpressionVMC && strValue.length() != 0) {