Skip to content

Commit

Permalink
add comment to trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Nov 5, 2023
1 parent 96ef316 commit bba0b55
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,9 @@ default ClientOptInput generateClientOptInput(GenerateBody body, File tmpDir, St
return clientOptInput;
}

/**
* Constructs a map of additional properties to be passed to the generator.
*/
default Map<String, Object> transformAdditionalPropertiesToMap(AdditionalProperties additionalProperties,
String packageName, String generator) {
Map<String, Object> map = new HashMap<>();
Expand Down

0 comments on commit bba0b55

Please sign in to comment.