We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc3923 commit 62959e6Copy full SHA for 62959e6
scribejava-core/src/main/java/com/github/scribejava/core/builder/AbstractServiceBuilder.java
@@ -176,6 +176,7 @@ public String getResponseType() {
176
/**
177
* Returns the fully configured {@link S}
178
*
179
+ * @param <S> OAuthService implementation (OAuth1/OAuth2/any API specific)
180
* @param api will build Service for this API
181
* @return fully configured {@link S}
182
*/
0 commit comments