Skip to content

Commit c81cf02

Browse files
committed
Regenerate.
1 parent 6e526a7 commit c81cf02

File tree

5 files changed

+832
-24
lines changed

5 files changed

+832
-24
lines changed

Reference/conformance/conformance.pb.swift

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,6 @@ struct Conformance_ConformanceRequest {
191191
/// The payload (whether protobuf of JSON) is always for a
192192
/// protobuf_test_messages.proto3.TestAllTypes proto (as defined in
193193
/// src/google/protobuf/proto3_test_messages.proto).
194-
///
195-
/// TODO(haberman): if/when we expand the conformance tests to support proto2,
196-
/// we will want to include a field that lets the payload/response be a
197-
/// protobuf_test_messages.google.protobuf.TestAllTypes message instead.
198194
var payload: Conformance_ConformanceRequest.OneOf_Payload? = nil
199195

200196
var protobufPayload: Data {
@@ -262,10 +258,6 @@ struct Conformance_ConformanceRequest {
262258
/// The payload (whether protobuf of JSON) is always for a
263259
/// protobuf_test_messages.proto3.TestAllTypes proto (as defined in
264260
/// src/google/protobuf/proto3_test_messages.proto).
265-
///
266-
/// TODO(haberman): if/when we expand the conformance tests to support proto2,
267-
/// we will want to include a field that lets the payload/response be a
268-
/// protobuf_test_messages.google.protobuf.TestAllTypes message instead.
269261
enum OneOf_Payload: Equatable {
270262
case protobufPayload(Data)
271263
case jsonPayload(String)

0 commit comments

Comments
 (0)