Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20033
Change subject: [rpc] replace ConnectionId::Equals() with operator==() ...................................................................... [rpc] replace ConnectionId::Equals() with operator==() The motivation for this change is a realisation that methods like Equals() look a bit funny in C++ code since the language supports much more expressive and readable notation for comparing objects. This patch doesn't contain any functional changes, just syntactic sugar. Change-Id: Iea46d847d5ae77075ed6f364abc7a39e39800d6d --- M src/kudu/rpc/connection_id.cc M src/kudu/rpc/connection_id.h 2 files changed, 7 insertions(+), 4 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/33/20033/1 -- To view, visit http://gerrit.cloudera.org:8080/20033 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Iea46d847d5ae77075ed6f364abc7a39e39800d6d Gerrit-Change-Number: 20033 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
