diff options
author | vdmit <vdmit@yandex-team.ru> | 2022-02-10 16:50:27 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:27 +0300 |
commit | 69c964333af7a135ed5ba2861b12374f55298da2 (patch) | |
tree | 7efc116e0cba83827a19703d44619eda73cc3a6f /library | |
parent | f4a7ba2c4b9940ec32ff3bd686227823fd740dfe (diff) | |
download | ydb-69c964333af7a135ed5ba2861b12374f55298da2.tar.gz |
Restoring authorship annotation for <vdmit@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library')
-rw-r--r-- | library/cpp/json/writer/json_value.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/json/writer/json_value.h b/library/cpp/json/writer/json_value.h index 3f0f50bc4c..28b68b6e44 100644 --- a/library/cpp/json/writer/json_value.h +++ b/library/cpp/json/writer/json_value.h @@ -185,10 +185,10 @@ namespace NJson { void Swap(TJsonValue& rhs) noexcept; - // save using util/ysaveload.h serialization (not to JSON stream) + // save using util/ysaveload.h serialization (not to JSON stream) void Save(IOutputStream* s) const; - - // load using util/ysaveload.h serialization (not as JSON stream) + + // load using util/ysaveload.h serialization (not as JSON stream) void Load(IInputStream* s); static const TJsonValue UNDEFINED; |