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 20:15:43 UTC

[geode] branch develop updated (0154d93 -> daa7efd)

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 0154d93  GEODE-7688: clean up temp files after deploy meta (#4585)
     add daa7efd  GEODE-7660: clean up unneeded initializers (#4539)

No new revisions were added by this update.

Summary of changes:
 .../cache/query/cq/internal/ClientCQImpl.java      | 13 +++++--------
 .../cache/query/cq/internal/CqListenerImpl.java    | 12 ++++--------
 .../cache/query/cq/internal/CqServiceImpl.java     | 22 ++++++++++------------
 .../cache/query/cq/internal/CqServiceVsdStats.java |  2 +-
 .../cache/query/cq/internal/ServerCQImpl.java      |  7 ++-----
 .../cache/query/cq/internal/command/CloseCQ.java   |  2 +-
 .../cache/query/cq/internal/command/ExecuteCQ.java |  6 +++---
 .../query/cq/internal/command/ExecuteCQ61.java     | 12 ++++++------
 .../cache/query/cq/internal/command/StopCQ.java    |  4 ++--
 9 files changed, 34 insertions(+), 46 deletions(-)