Skip to content

Commit

Permalink
[ROCKETMQ-64] Remove duplication code line in BrokerOuterAPI.register…
Browse files Browse the repository at this point in the history
…Broker method, thanks @naughtybear, closes apache#44
  • Loading branch information
zhouxinyu committed Jan 20, 2017
1 parent 457bb61 commit 581039b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ private RegisterBrokerResult registerBroker(
RegisterBrokerResult result = new RegisterBrokerResult();
result.setMasterAddr(responseHeader.getMasterAddr());
result.setHaServerAddr(responseHeader.getHaServerAddr());
result.setHaServerAddr(responseHeader.getHaServerAddr());
if (response.getBody() != null) {
result.setKvTable(KVTable.decode(response.getBody(), KVTable.class));
}
Expand Down

0 comments on commit 581039b

Please sign in to comment.