Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
protobuf
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
protobuf
Commits
50bd9f0a
Commit
50bd9f0a
authored
Mar 04, 2019
by
frrakn
Committed by
Paul Yang
Mar 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix documentation on message differencer. (#5788)
Replaced shortn URL with intended URL.
parent
ae85b457
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
message_differencer.h
src/google/protobuf/util/message_differencer.h
+2
-1
No files found.
src/google/protobuf/util/message_differencer.h
View file @
50bd9f0a
...
...
@@ -127,7 +127,8 @@ class PROTOBUF_EXPORT MessageDifferencer {
// defined as all fields within the two messages having the same value. This
// differs from the Equals method above in that fields with default values
// are considered set to said value automatically. For details on how default
// values are defined for each field type, see http://shortn/_x2Gv6XFrWt.
// values are defined for each field type, see
// https://developers.google.com/protocol-buffers/docs/proto?csw=1#optional.
// Also, Equivalent() ignores unknown fields. Use IgnoreField() and Compare()
// if some fields should be ignored in the comparison.
//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment