You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ja...@apache.org on 2020/01/13 19:31:17 UTC

[geode] branch develop updated (495a603 -> 18c2348)

This is an automated email from the ASF dual-hosted git repository.

jasonhuynh pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git.


    from 495a603  GEODE-7653: move required settings to MembershipBuilder constructor (#4578)
     add 18c2348  GEODE-7654: removed unused variable in CompiledArithmetic (#4535)

No new revisions were added by this update.

Summary of changes:
 .../cache/query/internal/CompiledAddition.java     |  4 +--
 .../cache/query/internal/CompiledArithmetic.java   |  4 +--
 .../cache/query/internal/CompiledDivision.java     |  4 +--
 .../geode/cache/query/internal/CompiledMod.java    |  4 +--
 .../query/internal/CompiledMultiplication.java     |  4 +--
 .../cache/query/internal/CompiledSubtraction.java  |  4 +--
 .../geode/cache/query/internal/QCompiler.java      | 32 ++++++++++------------
 .../AbstractCompiledValueTestJUnitTest.java        | 12 ++++----
 8 files changed, 32 insertions(+), 36 deletions(-)