Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENG-1328] Make necessary generator changes for splitit java SDK to compile #309

Merged
merged 1 commit into from
Oct 25, 2023

Conversation

eddiechayes
Copy link
Contributor

No description provided.

@notion-workspace
Copy link

@eddiechayes eddiechayes requested a review from dphuang2 October 25, 2023 00:01
@@ -105,7 +105,7 @@ public class ApiClient extends ApiClientCustom {
* Basic constructor for ApiClient
*/
public ApiClient() {
this(null, null);
this((OkHttpClient) null, null);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

call can be ambiguous in some scenarios so needs a cast to compile

@eddiechayes eddiechayes merged commit 17bc30e into main Oct 25, 2023
3 checks passed
@eddiechayes eddiechayes deleted the ENG-1328 branch October 25, 2023 00:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant