Skip to content

Commit

Permalink
Adding PrependFamilyName to default Config
Browse files Browse the repository at this point in the history
  • Loading branch information
raghutiwari committed Nov 24, 2023
1 parent 661cf7f commit 2ba5c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/scala/scalaxb/compiler/Config.scala
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ object Config {
defaultWrappedComplexTypes, SeperateProtocol, defaultProtocolFileName,
defaultProtocolPackageName, GenerateRuntime, GenerateDispatchClient,
defaultContentsSizeLimit, defaultSequenceChunkSize,
HttpClientStyle.Future, defaultDispatchVersion)
HttpClientStyle.Future, defaultDispatchVersion, PrependFamilyName)
)
}

Expand Down

0 comments on commit 2ba5c70

Please sign in to comment.