mirror of https://github.com/grpc/grpc-java.git
More example changes to match style guide.
This commit is contained in:
parent
81cc0daea7
commit
2c7c32d227
|
|
@ -33,6 +33,7 @@ package grpc.example.helloworld;
|
|||
|
||||
option java_multiple_files = true;
|
||||
option java_package = "io.grpc.examples.helloworld";
|
||||
option java_outer_classname = "HelloWorldProto";
|
||||
|
||||
// The greeting service definition.
|
||||
service Greeter {
|
||||
|
|
@ -33,6 +33,7 @@ package grpc.example.routeguide;
|
|||
|
||||
option java_multiple_files = true;
|
||||
option java_package = "io.grpc.examples.routeguide";
|
||||
option java_outer_classname = "RouteGuideProto";
|
||||
|
||||
// Interface exported by the server.
|
||||
service RouteGuide {
|
||||
|
|
|
|||
Loading…
Reference in New Issue