Skip to content

Commit

Permalink
Missed a doc block. 🙈. (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
OGKevin committed Feb 15, 2018
1 parent 0393ba5 commit ddd991a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/com/bunq/sdk/http/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ public ApiClient(ApiContext apiContext) {
this.httpClient = buildOkHttpClient();
}

/**
*/
private OkHttpClient buildOkHttpClient() {
OkHttpClient.Builder clientBuilder;

Expand Down

0 comments on commit ddd991a

Please sign in to comment.