diff options
| author | feldsherov <[email protected]> | 2022-02-10 16:49:29 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:29 +0300 | 
| commit | e73723ec73b27276cd45b9b46b752138a51d669c (patch) | |
| tree | 055f8efa1a290665c7be6bb571131e050cd9517a /library/cpp/protobuf | |
| parent | 4d75b7f76712a8150bd526a7ef43d279d9892eb7 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/protobuf')
| -rw-r--r-- | library/cpp/protobuf/json/json2proto.h | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/library/cpp/protobuf/json/json2proto.h b/library/cpp/protobuf/json/json2proto.h index 4c33498dfa3..7b30e98dc1c 100644 --- a/library/cpp/protobuf/json/json2proto.h +++ b/library/cpp/protobuf/json/json2proto.h @@ -98,11 +98,11 @@ namespace NProtobufJson {              return *this;          } -        TSelf& SetAllowUnknownFields(bool value) { -            AllowUnknownFields = value; -            return *this; -        } - +        TSelf& SetAllowUnknownFields(bool value) {  +            AllowUnknownFields = value;  +            return *this;  +        }  +           FldNameMode FieldNameMode = FieldNameOriginalCase;          bool AllowUnknownFields = true;  | 
