Skip to content

Commit

Permalink
Merge pull request #155 from IBM/tao/javaProtoDoc
Browse files Browse the repository at this point in the history
Add Java package option to gwhisper protoDoc
  • Loading branch information
rainerschoe authored Sep 20, 2024
2 parents d785830 + 6729435 commit 557f32f
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 557f32f

Please sign in to comment.