diff options
author | ismagilas <ismagilas@yandex-team.ru> | 2022-02-10 16:50:34 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:34 +0300 |
commit | 785bc0acdf3b0c63f971ee17e845945d7381dcb7 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp | |
parent | c68f5b1809b3c48bbd099f3364920d454d59c29b (diff) | |
download | ydb-785bc0acdf3b0c63f971ee17e845945d7381dcb7.tar.gz |
Restoring authorship annotation for <ismagilas@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/protobuf/json/proto2json.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/protobuf/json/proto2json.h b/library/cpp/protobuf/json/proto2json.h index 54dcdddd4a..89a1781a40 100644 --- a/library/cpp/protobuf/json/proto2json.h +++ b/library/cpp/protobuf/json/proto2json.h @@ -66,7 +66,7 @@ namespace NProtobufJson { /// @throw yexception TString Proto2Json(const NProtoBuf::Message& proto, const TProto2JsonConfig& config); - // Returns incorrect result if proto contains another NProtoBuf::Message + // Returns incorrect result if proto contains another NProtoBuf::Message // Generated code shortcut template <class T> inline TString Proto2Json(const T& proto) { |