Skip to content

Commit e615908

Browse files
committed
small typo fix
1 parent 75afd4a commit e615908

File tree

1 file changed

+1
-1
lines changed
  • scribejava-core/src/main/java/com/github/scribejava/core/builder/api

1 file changed

+1
-1
lines changed

scribejava-core/src/main/java/com/github/scribejava/core/builder/api/DefaultApi20.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ public String getAuthorizationUrl(String responseType, String apiKey, String cal
125125
@Deprecated
126126
public OAuth20Service createService(String apiKey, String apiSecret, String callback, String defaultScope,
127127
String responseType, String userAgent, HttpClientConfig httpClientConfig, HttpClient httpClient) {
128-
return createService(apiKey, apiSecret, callback, defaultScope, responseType, userAgent, httpClientConfig,
128+
return createService(apiKey, apiSecret, callback, defaultScope, responseType, null, userAgent, httpClientConfig,
129129
httpClient);
130130
}
131131

0 commit comments

Comments
 (0)