added new TODO that the impl isn't as complete as it could be
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@80 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
32159ff2c2
commit
5d1dc65a19
|
|
@ -26,6 +26,7 @@ public class OperatorPlus extends Operator {
|
||||||
super(payload);
|
super(payload);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO OperatorPlus is lacking a bit on implementation...
|
||||||
@Override
|
@Override
|
||||||
public Object getValue(ExpressionState state) throws EvaluationException {
|
public Object getValue(ExpressionState state) throws EvaluationException {
|
||||||
SpelNode leftOp = getLeftOperand();
|
SpelNode leftOp = getLeftOperand();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue