Skip to content

Commit df7f12a

Browse files
mkruskal-googlecopybara-github
authored andcommitted
Introduce edition 2024 transform
This just sets up the transform and implements one piece of it. Specifically, it updates the edition to 2024 and migrates feature dependencies to `import option`. Further transforms will be added in later changes. PiperOrigin-RevId: 803656952
1 parent 75c03bb commit df7f12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/core/src/main/resources/google/protobuf/java_mutable_features.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package pb;
55
import "google/protobuf/descriptor.proto";
66

77
option java_package = "com.google.protobuf";
8-
option java_outer_classname = "JavaFeaturesProto";
8+
option java_outer_classname = "JavaMutableFeaturesProto";
99

1010
extend google.protobuf.FeatureSet {
1111
optional JavaMutableFeatures java_mutable = 9989;

0 commit comments

Comments
 (0)