Skip to content

Commit 3365355

Browse files
committed
add java package option
1 parent 5694b15 commit 3365355

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
syntax = "proto3";
22
package proto;
33

4+
option java_package = "liftbridge.proto";
45

56
// CreateStreamRequest is sent to create a new stream.
67
message CreateStreamRequest {

0 commit comments

Comments
 (0)