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

gosonzhang pushed a change to branch TUBEMQ-421
in repository https://gitbox.apache.org/repos/asf/incubator-tubemq.git.


    from de85d0e  [TUBEMQ-503] offset query + design by contract
     new eb6449c  [TUBEMQ-513] fix bad code found by spotbugs
     new 00e4c94  [TUBEMQ-513] change public to private

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../controller/cluster/ClusterController.java      |  2 +-
 .../manager/controller/group/GroupController.java  |  4 ++--
 .../controller/group/result/OffsetQueryRes.java    |  6 +++---
 .../controller/node/request/BatchAddTopicReq.java  |  4 ++--
 .../controller/node/request/CloneBrokersReq.java   | 12 +++++------
 .../controller/node/request/CloneTopicReq.java     | 10 ++++-----
 .../controller/node/request/QueryBrokerCfgReq.java | 10 ++++-----
 .../controller/topic/TopicWebController.java       |  2 +-
 .../topic/request/BatchAddGroupAuthReq.java        |  6 +++---
 .../topic/request/BatchAddTopicAuthReq.java        |  6 +++---
 .../controller/topic/request/DeleteGroupReq.java   |  6 +++---
 .../controller/topic/request/GroupAuthItem.java    |  4 ++--
 .../topic/request/RebalanceConsumerReq.java        | 10 ++++-----
 .../topic/request/RebalanceGroupReq.java           |  8 ++++----
 .../controller/topic/request/TopicAuthItem.java    |  2 +-
 .../tubemq/manager/service/TopicBackendWorker.java |  2 +-
 .../manager/service/tube/RebalanceGroupResult.java |  4 ++--
 .../service/tube/TubeHttpBrokerInfoList.java       | 24 ++++++++++++++--------
 .../service/tube/TubeHttpGroupDetailInfo.java      |  2 +-
 .../apache/tubemq/manager/utils/ConvertUtils.java  |  2 +-
 20 files changed, 66 insertions(+), 60 deletions(-)

Reply via email to