Skip to content

Commit

Permalink
Merge pull request #252 from nak3/proto-option
Browse files Browse the repository at this point in the history
Remove unused options from rpc.proto
  • Loading branch information
mogren authored Dec 7, 2018
2 parents 196617f + 58f5dd6 commit 7216b94
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 32 deletions.
54 changes: 26 additions & 28 deletions rpc/rpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions rpc/rpc.proto
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
syntax = "proto3";

option java_multiple_files = true;
option java_package = "io.grpc.examples.helloworld";
option java_outer_classname = "HelloWorldProto";

package rpc;

// The service definition.
Expand Down

0 comments on commit 7216b94

Please sign in to comment.