Alexey Serbin has uploaded this change for review. ( http://gerrit.cloudera.org:8080/20032
Change subject: [rpc] replace UserCredentials::Equals() with operator==() ...................................................................... [rpc] replace UserCredentials::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. Change-Id: Ic8e1b223e2f8f5345b339568902a485c833e7d86 --- M src/kudu/rpc/connection_id.cc M src/kudu/rpc/user_credentials.cc M src/kudu/rpc/user_credentials.h 3 files changed, 6 insertions(+), 7 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/32/20032/1 -- To view, visit http://gerrit.cloudera.org:8080/20032 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: Ic8e1b223e2f8f5345b339568902a485c833e7d86 Gerrit-Change-Number: 20032 Gerrit-PatchSet: 1 Gerrit-Owner: Alexey Serbin <[email protected]>
