Skip to content

Commit

Permalink
Merge pull request #2171 from logantracyo/patch-1
Browse files Browse the repository at this point in the history
Fix minor typos in ColumnConfig.java documentation
  • Loading branch information
molivasdat committed Nov 23, 2021
2 parents 0558508 + ef49db4 commit 527aed8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ public Boolean getValueBoolean() {

/**
* Set the valueBoolean based on a given string.
* If the passed value cannot be parsed as a date, it is assumed to be a function that returns a boolean.
* If the passed value cannot be parsed as a boolean, it is assumed to be a function that returns a boolean.
* If the string "null" or an empty string is passed, it will set a null value.
* If "1" is passed, defaultValueBoolean is set to true. If 0 is passed, defaultValueBoolean is set to false
*/
Expand Down Expand Up @@ -581,7 +581,7 @@ public Boolean getDefaultValueBoolean() {

/**
* Set the defaultValueBoolean based on a given string.
* If the passed value cannot be parsed as a date, it is assumed to be a function that returns a boolean.
* If the passed value cannot be parsed as a boolean, it is assumed to be a function that returns a boolean.
* If the string "null" or an empty string is passed, it will set a null value.
* If "1" is passed, defaultValueBoolean is set to true. If 0 is passed, defaultValueBoolean is set to false
*/
Expand Down

0 comments on commit 527aed8

Please sign in to comment.