@@ -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