We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
proto3
ProtoTest.proto
1 parent 73ae059 commit f7d6ac0Copy full SHA for f7d6ac0
spring-integration-core/src/test/proto/ProtoTest.proto
@@ -1,9 +1,8 @@
1
-syntax = "proto2";
+syntax = "proto3";
2
3
-package tutorial;
+package org.springframework.integration.transformer.proto;
4
5
option java_multiple_files = true;
6
-option java_package = "org.springframework.integration.transformer.proto";
7
option java_outer_classname = "TestProtos";
8
9
message TestClass1 {
0 commit comments