We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c31ae7 commit 4ec99e1Copy full SHA for 4ec99e1
src/main/java/com/adyen/Config.java
@@ -118,7 +118,7 @@ public Boolean getProtocolUpgradeEnabled() {
118
119
/**
120
* 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)}.
+ * See also AdyenHttpClient createRequest() method.
122
*/
123
public void setProtocolUpgradeEnabled(Boolean protocolUpgradeEnabled) {
124
this.protocolUpgradeEnabled = protocolUpgradeEnabled;
0 commit comments