Browse Source

Merge branch 'master' into sync-stage

Joshua Haberman 5 năm trước cách đây
mục cha
commit
3f407ddedf
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/google/protobuf/message.h

+ 1 - 2
src/google/protobuf/message.h

@@ -740,8 +740,7 @@ class PROTOBUF_EXPORT Reflection final {
   // long as the message is not destroyed.
   //
   // Note that to use this method users need to include the header file
-  // "net/proto2/public/reflection.h" (which defines the RepeatedFieldRef
-  // class templates).
+  // "reflection.h" (which defines the RepeatedFieldRef class templates).
   template <typename T>
   RepeatedFieldRef<T> GetRepeatedFieldRef(const Message& message,
                                           const FieldDescriptor* field) const;