Skip to content

Commit f7d6ac0

Browse files
committed
Use proto3 for ProtoTest.proto
1 parent 73ae059 commit f7d6ac0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

spring-integration-core/src/test/proto/ProtoTest.proto

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
syntax = "proto2";
1+
syntax = "proto3";
22

3-
package tutorial;
3+
package org.springframework.integration.transformer.proto;
44

55
option java_multiple_files = true;
6-
option java_package = "org.springframework.integration.transformer.proto";
76
option java_outer_classname = "TestProtos";
87

98
message TestClass1 {

0 commit comments

Comments
 (0)