提交 3d54bd5a 编写于 作者: A Andy Clement

fixing TODOs

上级 3ebf2905
......@@ -49,7 +49,6 @@ public class OperatorMultiply extends Operator {
*/
@Override
public Object getValue(ExpressionState state) throws EvaluationException {
// TODO could have an 'int only' arithmetic mode for super fast expression evaluation
Object operandOne = getLeftOperand().getValue(state);
Object operandTwo = getRightOperand().getValue(state);
if (operandOne instanceof Number && operandTwo instanceof Number) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册