File tree 10 files changed +10
-10
lines changed
java/core/src/test/proto/com/google/protobuf
10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ message TestAllTypes {
125
125
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
126
126
repeated string repeated_cord = 55 [ctype = CORD];
127
127
128
- repeated NestedMessage repeated_lazy_message = 57 [lazy = true] ;
128
+ repeated NestedMessage repeated_lazy_message = 57 ;
129
129
130
130
// Singular with defaults
131
131
optional int32 default_int32 = 61 [default = 41];
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ message LazyMessageLite {
17
17
optional int32 num = 1 ;
18
18
optional int32 num_with_default = 2 [default = 421 ];
19
19
optional LazyInnerMessageLite inner = 3 [lazy = true ];
20
- repeated LazyInnerMessageLite repeated_inner = 4 [ lazy = true ] ;
20
+ repeated LazyInnerMessageLite repeated_inner = 4 ;
21
21
22
22
oneof oneof_field {
23
23
int32 oneof_num = 5 ;
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ message TestAllTypes {
104
104
repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
105
105
repeated string repeated_cord = 55 [ctype=CORD];
106
106
107
- repeated NestedMessage repeated_lazy_message = 57 [lazy=true] ;
107
+ repeated NestedMessage repeated_lazy_message = 57 ;
108
108
109
109
// Singular with defaults
110
110
optional int32 default_int32 = 61 [default = 41 ];
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ message TestAllTypes {
124
124
repeated string repeated_string_piece = 54 [ctype=STRING_PIECE];
125
125
repeated string repeated_cord = 55 [ctype=CORD];
126
126
127
- repeated NestedMessage repeated_lazy_message = 57 [lazy=true] ;
127
+ repeated NestedMessage repeated_lazy_message = 57 ;
128
128
129
129
// Singular with defaults
130
130
optional int32 default_int32 = 61 [default = 41 ];
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ message TestAllTypesLite {
111
111
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE];
112
112
repeated string repeated_cord = 55 [ctype = CORD];
113
113
114
- repeated NestedMessage repeated_lazy_message = 57 [lazy = true] ;
114
+ repeated NestedMessage repeated_lazy_message = 57 ;
115
115
116
116
// Singular with defaults
117
117
optional int32 default_int32 = 61 [default = 41];
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ message TestAllTypes {
92
92
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE ];
93
93
repeated string repeated_cord = 55 [ctype = CORD ];
94
94
95
- repeated NestedMessage repeated_lazy_message = 57 [ lazy = true ] ;
95
+ repeated NestedMessage repeated_lazy_message = 57 ;
96
96
97
97
oneof oneof_field {
98
98
uint32 oneof_uint32 = 111 ;
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ message TestAllTypes {
114
114
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE ];
115
115
repeated string repeated_cord = 55 [ctype = CORD ];
116
116
117
- repeated NestedMessage repeated_lazy_message = 57 [ lazy = true ] ;
117
+ repeated NestedMessage repeated_lazy_message = 57 ;
118
118
119
119
oneof oneof_field {
120
120
uint32 oneof_uint32 = 111 ;
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ message TestAllTypes {
131
131
repeated string repeated_string_piece = 54 [ctype =STRING_PIECE ];
132
132
repeated string repeated_cord = 55 [ctype =CORD ];
133
133
134
- repeated NestedMessage repeated_lazy_message = 57 [ lazy = true ] ;
134
+ repeated NestedMessage repeated_lazy_message = 57 ;
135
135
136
136
oneof oneof_field {
137
137
uint32 oneof_uint32 = 111 ;
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ message TestAllTypes {
112
112
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE ];
113
113
repeated string repeated_cord = 55 [ctype = CORD ];
114
114
115
- repeated NestedMessage repeated_lazy_message = 57 [ lazy = true ] ;
115
+ repeated NestedMessage repeated_lazy_message = 57 ;
116
116
117
117
oneof oneof_field {
118
118
uint32 oneof_uint32 = 111 ;
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ message TestAllTypes {
111
111
repeated string repeated_string_piece = 54 [ctype = STRING_PIECE ];
112
112
repeated string repeated_cord = 55 [ctype = CORD ];
113
113
114
- repeated NestedMessage repeated_lazy_message = 57 [ lazy = true ] ;
114
+ repeated NestedMessage repeated_lazy_message = 57 ;
115
115
116
116
oneof oneof_field {
117
117
uint32 oneof_uint32 = 111 ;
You can’t perform that action at this time.
0 commit comments