added new TODO that the impl isn't as complete as it could be

This commit is contained in:
Andy Clement 2008-08-18 00:20:38 +00:00
parent bb2ef1fefa
commit b9aa8552e0
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ public class OperatorPlus extends Operator {
super(payload);
}
// TODO OperatorPlus is lacking a bit on implementation...
@Override
public Object getValue(ExpressionState state) throws EvaluationException {
SpelNode leftOp = getLeftOperand();