Skip to content

Commit e3797aa

Browse files
authored
objc_class_prefix seems useless for java projects (#304)
objc_class_prefix seems useless for java projects
1 parent 4af9fe3 commit e3797aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

grpc-spring-boot-starter-demo/src/main/proto/route_guide.proto

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ syntax = "proto3";
1616
option java_multiple_files = true;
1717
option java_package = "io.grpc.examples.routeguide";
1818
option java_outer_classname = "RouteGuideProto";
19-
option objc_class_prefix = "RTG";
2019

2120
package routeguide;
2221

0 commit comments

Comments
 (0)