Skip to content

Commit 03f396c

Browse files
committed
removing extra changes
1 parent ac5c802 commit 03f396c

3 files changed

Lines changed: 129 additions & 399 deletions

File tree

java/src/main/java/com/cybersource/ws/client/MerchantConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -795,15 +795,15 @@ public String getLogString() {
795795
appendPair(sb, "maxConnectionsPerRoute", maxConnectionsPerRoute);
796796
appendPair(sb, "connectionRequestTimeoutMs", connectionRequestTimeoutMs);
797797
appendPair(sb, "connectionTimeoutMs", connectionTimeoutMs);
798-
appendPair(sb, "socketTimeoutMs", socketTimeoutMs);
799-
appendPair(sb, "evictThreadSleepTimeMs", evictThreadSleepTimeMs);
800798
appendPair(sb, "maxKeepAliveTimeMs", maxKeepAliveTimeMs);
801799
appendPair(sb, "validateAfterInactivityMs", validateAfterInactivityMs);
802800
appendPair(sb, "staleConnectionCheckEnabled", staleConnectionCheckEnabled);
803801
appendPair(sb, "enabledShutdownHook", shutdownHookEnabled);
804802
appendPair(sb, "retryIfMTIFieldExist", retryIfMTIFieldExist);
805803
}
806804
appendPair(sb, "timeout", timeout);
805+
appendPair(sb, "socketTimeoutMs", socketTimeoutMs);
806+
appendPair(sb, "evictThreadSleepTimeMs", evictThreadSleepTimeMs);
807807
if (proxyHost != null) {
808808
appendPair(sb, "proxyHost", proxyHost);
809809
appendPair(sb, "proxyPort", proxyPort);

0 commit comments

Comments
 (0)