Skip to content

Commit

Permalink
fix json parser quick constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
ppazos committed Feb 10, 2023
1 parent 5f73e91 commit cdea294
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 1.8.16
version = 1.8.17
group = com.cabolabs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class OpenEhrJsonParserQuick {
def jsonValidationErrors

// if @schemaValidate is true, runs the schema validator before trying to parse
def OpenEhrJsonParser(boolean schemaValidate = false)
def OpenEhrJsonParserQuick(boolean schemaValidate = false)
{
this.schemaValidate = schemaValidate
}
Expand Down

0 comments on commit cdea294

Please sign in to comment.