Skip to content

Commit a420086

Browse files
authored
Add java_package to state.proto (RooCodeInc#3886)
1 parent 9f59b60 commit a420086

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proto/state.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
syntax = "proto3";
22
package cline;
3+
option java_package = "bot.cline.proto";
4+
option java_multiple_files = true;
35

46
import "common.proto";
57

0 commit comments

Comments
 (0)