Skip to content

Commit

Permalink
properly handle boolean value in mustache tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Oct 4, 2016
1 parent 2e58168 commit 7f2030a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public void processOpts() {
if (additionalProperties.containsKey(SUPPORT_JAVA6)) {
this.setSupportJava6(Boolean.valueOf(additionalProperties.get(SUPPORT_JAVA6).toString()));
}
additionalProperties.put(SUPPORT_JAVA6, supportJava6);

final String invokerFolder = (sourceFolder + '/' + invokerPackage).replace(".", "/");
final String authFolder = (sourceFolder + '/' + invokerPackage + ".auth").replace(".", "/");
Expand Down

0 comments on commit 7f2030a

Please sign in to comment.