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 | c68f5b1809b3c48bbd099f3364920d454d59c29b (patch) | |
tree | f11ea01c40ba5f168f130935907a42dc08a6cf3a | |
parent | 90e044f3970467c14a384a4d261a5d55f4b29a66 (diff) | |
download | ydb-c68f5b1809b3c48bbd099f3364920d454d59c29b.tar.gz |
Restoring authorship annotation for <ismagilas@yandex-team.ru>. Commit 1 of 2.
-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 89a1781a40..54dcdddd4a 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) { |