Skip to content

Commit

Permalink
Fix AuthorizedAppsApi constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
lashinijay committed Jan 26, 2025
1 parent 4ebe9c4 commit cad9993
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class AuthorizedAppsApi {

private final AuthorizedAppsApiService delegate;

protected AuthorizedAppsApi() {
public AuthorizedAppsApi() {

this.delegate = AuthorizedAppsApiServiceFactory.getAuthorizedAppsApi();
}
Expand Down

0 comments on commit cad9993

Please sign in to comment.