Skip to content

Commit c218382

Browse files
Internal changes
PiperOrigin-RevId: 713851037
1 parent 480de87 commit c218382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/google/protobuf/descriptor.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,8 +917,8 @@ class PROTOBUF_EXPORT FieldDescriptor : private internal::SymbolBase,
917917

918918
// This should never be called directly. Use is_required() and is_repeated()
919919
// helper methods instead.
920-
ABSL_DEPRECATED("Use is_required() or is_repeated() instead.")
921-
Label label() const; // optional/required/repeated
920+
// ABSL_DEPRECATED("Use is_required() or is_repeated() instead.")
921+
// Label label() const; // optional/required/repeated
922922

923923
#ifndef SWIG
924924
CppStringType cpp_string_type() const; // The C++ string type of this field.

0 commit comments

Comments
 (0)