Skip to content

Commit

Permalink
Added default proto option java_multiple_files = true to all proto files
Browse files Browse the repository at this point in the history
  • Loading branch information
valllabh committed Nov 23, 2023
1 parent 50117a6 commit 325ae33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ocsf/mappers/protobuff_v3/proto.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ func (p *Proto) Marshal() {
}
content = append(content, fmt.Sprintf("option java_package = \"%s\";", javaPackage))

content = append(content, ("option java_multiple_files = true;"))

// Proto Body >>>

// Preparing Messages for Appending
Expand Down

0 comments on commit 325ae33

Please sign in to comment.