Skip to content

Commit

Permalink
Add Java package option to gwhisper protoDoc
Browse files Browse the repository at this point in the history
Signed-off-by: TAOJUN LI <[email protected]>
  • Loading branch information
taojunli committed Sep 20, 2024
1 parent d785830 commit 6729435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/protoDoc/protoDoc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ syntax = "proto3";

import "google/protobuf/descriptor.proto";

option java_package = "com.ibm.gwhisper.protodoc";

extend google.protobuf.MethodOptions {
string rpc_doc = 51009;
}
Expand Down

0 comments on commit 6729435

Please sign in to comment.