added new TODO that the impl isn't as complete as it could be
This commit is contained in:
parent
bb2ef1fefa
commit
b9aa8552e0
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue