Skip to content

Commit accb212

Browse files
committed
add java_package option
1 parent 1b51fda commit accb212

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pb/edge_client_pb/edge_client.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ package ziti.edge_client.pb;
55
import "google/protobuf/timestamp.proto";
66

77
option go_package = "github.com/openziti/sdk-golang/pb/edge_client_pb";
8+
option java_package = "org.openziti.edge.proto";
89

910
enum ContentType {
1011
Zero = 0;
@@ -89,4 +90,4 @@ message PostureResponse {
8990
string type = 5;
9091
string version = 6;
9192
}
92-
}
93+
}

0 commit comments

Comments
 (0)