Skip to content

Commit

Permalink
Issue #624: Default value of propertyWordDelimiters is empty in gradl…
Browse files Browse the repository at this point in the history
…e vs "- _" for maven

Fixes #624
  • Loading branch information
scr authored Sep 20, 2016
1 parent 0c5f7f6 commit 3c6dd6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class JsonSchemaExtension implements GenerationConfig {
usePrimitives = false
sourceFiles = []
targetPackage = ''
propertyWordDelimiters = [] as char[]
propertyWordDelimiters = ['-', ' ', '_'] as char[]
useLongIntegers = false
useBigIntegers = false
useDoubleNumbers = true
Expand Down

0 comments on commit 3c6dd6c

Please sign in to comment.