Alexey Serbin has submitted this change and it was merged. Change subject: [mini_master] reorder methods in .cc to match .h order ......................................................................
[mini_master] reorder methods in .cc to match .h order Re-ordered methods in the mini_master.cc to match their declaration order in mini_master.h. Also, added const modifier and updated a couple of getter methods to return const reference instead of a copy. This patch does not contain any functional changes. Change-Id: Id4d30f9e7611e5a3d62019d3c740c7e262bfbd26 Reviewed-on: http://gerrit.cloudera.org:8080/5993 Reviewed-by: Alexey Serbin <[email protected]> Tested-by: Kudu Jenkins Reviewed-by: Adar Dembo <[email protected]> --- M src/kudu/master/master.cc M src/kudu/master/master.h M src/kudu/master/mini_master.cc M src/kudu/master/mini_master.h 4 files changed, 41 insertions(+), 42 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Alexey Serbin: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/5993 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id4d30f9e7611e5a3d62019d3c740c7e262bfbd26 Gerrit-PatchSet: 3 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Alexey Serbin <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
