Renames method and service name

pull/3109/head
Tim Emiola 10 years ago
parent c1ee3824b4
commit c5a093c784
  1. 4
      protos/helloworld.proto

@ -34,9 +34,9 @@ option java_package = "ex.grpc";
package helloworld;
// The greeting service definition.
service Greetings {
service Greeter {
// Sends a greeting
rpc hello (HelloRequest) returns (HelloReply) {}
rpc sayHello (HelloRequest) returns (HelloReply) {}
}
// The request message containing the user's name.

Loading…
Cancel
Save