Skip to content

Commit

Permalink
update java post-gen
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Jan 17, 2022
1 parent 6ac448c commit 90fa71d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/post-gen/java.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ find "$CLIENT" -type f -name "*.java" | xargs sed -i -e 's~= {}~= new Object()~g

# Create a special class for the OneOf integer string (not complete yet, juste here for compilation)
echo "package com.algolia.model;public class OneOfintegerstring {}" > $CLIENT/algoliasearch-core/com/algolia/model/OneOfintegerstring.java
echo "package com.algolia.model;public class OneOfstringbuildInOperation {}" > $CLIENT/algoliasearch-core/com/algolia/model/OneOfstringbuildInOperation.java

format_client() {
echo "> Formatting $GENERATOR..."
Expand Down

0 comments on commit 90fa71d

Please sign in to comment.