Skip to content

Commit

Permalink
Merge pull request #721 from zinggAI/issue720
Browse files Browse the repository at this point in the history
issue #720 generateDocs giving error for boolean
  • Loading branch information
sonalgoyal authored Nov 17, 2023
2 parents c18cbae + e2f5c11 commit da3d3f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ private Configuration createConfigurationObject() {
cfg.setWrapUncheckedExceptions(true);
cfg.setFallbackOnNullLoopVariable(false);
cfg.setObjectWrapper(getRowWrapper(cfg.getIncompatibleImprovements()));

cfg.setBooleanFormat("c");
/* ------------------------------------------------------------------------ */
/* You usually do these for MULTIPLE TIMES in the application life-cycle: */
return cfg;
Expand Down

0 comments on commit da3d3f1

Please sign in to comment.