Skip to content

Commit 862dc86

Browse files
thomasvlcopybara-github
authored andcommitted
Fix proto file.
PiperOrigin-RevId: 792184811
1 parent 1ae6b6b commit 862dc86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/google/protobuf/sample_messages_edition.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ message TestAllRequiredTypesEdition {
342342
[features.field_presence = LEGACY_REQUIRED];
343343

344344
string required_string_piece = 24
345-
// [features.field_presence = LEGACY_REQUIRED];
345+
[features.field_presence = LEGACY_REQUIRED];
346346
string required_cord = 25 [
347347
features.(pb.cpp).string_type = CORD,
348348
features.field_presence = LEGACY_REQUIRED

0 commit comments

Comments
 (0)