Skip to content

Commit 4ec99e1

Browse files
authored
Correct javadoc issue
1 parent 2c31ae7 commit 4ec99e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/adyen/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public Boolean getProtocolUpgradeEnabled() {
118118

119119
/**
120120
* Whether the HTTP requests should automatically attempt to upgrade to a safer/newer version of the protocol.
121-
* See also {@link RequestConfig.Builder#setProtocolUpgradeEnabled(boolean)}.
121+
* See also AdyenHttpClient createRequest() method.
122122
*/
123123
public void setProtocolUpgradeEnabled(Boolean protocolUpgradeEnabled) {
124124
this.protocolUpgradeEnabled = protocolUpgradeEnabled;

0 commit comments

Comments
 (0)