Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsocha2 committed Jul 12, 2024
1 parent 15912e4 commit bf231fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ public class BoxAPIConnectionWithTelemetry extends BoxAPIConnection {

private OkHttpTelemetry telemetry;

public BoxCustomConnection(String accessToken) {
public BoxAPIConnectionWithTelemetry(String accessToken) {
super(accessToken);
}

Expand Down

0 comments on commit bf231fe

Please sign in to comment.