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