Moves the proto to the location within the maven repo

pull/3109/head
Tim Emiola 10 years ago
parent 448d4fcfb9
commit fb52c2abaf
  1. 4
      src/main/proto/helloworld.proto

@ -1,5 +1,7 @@
syntax = "proto3"; syntax = "proto3";
option java_package = "ex.grpc";
package helloworld; package helloworld;
// The request message containing the user's name. // The request message containing the user's name.
@ -13,7 +15,7 @@ message HelloReply {
} }
// The greeting service definition. // The greeting service definition.
service Greeting { service Greetings {
// Sends a greeting // Sends a greeting
rpc hello (HelloRequest) returns (HelloReply) { rpc hello (HelloRequest) returns (HelloReply) {
} }
Loading…
Cancel
Save