**[Tomasz Wysocki](https://jira.spring.io/secure/ViewProfile.jspa?name=tawek)** opened **[SPR-9869](https://jira.spring.io/browse/SPR-9869?redirect=false)** and commented Fragment of code from OpDivide.java ``` Object result = state.operate(Operation.DIVIDE, operandOne, operandTwo); return new TypedValue(result); ``` wrongly wraps result of division in TypedValue. Corresponding in OpMultiply.java is correct. ``` return state.operate(Operation.MULTIPLY, operandOne, operandTwo); ``` Fix is trivial. --- **Affects:** 3.1.2 **Referenced from:** commits https://github.com/spring-projects/spring-framework/commit/ad81ec922b505dbf541c6764e449aab7e1f940af, https://github.com/spring-projects/spring-framework/commit/138fa8af0ef3df3df5dbb2a6db4643cff36043d1