-
Notifications
You must be signed in to change notification settings - Fork 15.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate from Piper for C++, Java, and Python #8960
Conversation
PROTOBUF_SYNC_PIPER
# Conflicts: # src/google/protobuf/descriptor.pb.cc # src/google/protobuf/duration.pb.cc # src/google/protobuf/timestamp.pb.cc # src/google/protobuf/type.pb.cc # src/google/protobuf/wrappers.pb.cc
* This class is created solely for the purpose of sorting map entries by its key and prevent | ||
* duplicated logic by having a separate comparator for MapEntry and MutableMapEntry. | ||
* An adapter class that can take a {@link MapEntry} and returns its key and entry. | ||
* BEGIN GOOGLE-INTERNAL |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something must have gone wrong with the sync here. I'm not sure how these annotations work but maybe they only take effect in a //
style comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed this shouldn't be here.
Important: this integration must be merged, not squashed!