We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d8516 commit bfb083dCopy full SHA for bfb083d
src/main/java/net/snowflake/client/core/SFSession.java
@@ -109,8 +109,7 @@ public class SFSession extends SFBaseSession {
109
*/
110
private int networkTimeoutInMilli = 0; // in milliseconds
111
112
- @Deprecated
113
- private int authTimeout = 0;
+ @Deprecated private int authTimeout = 0;
114
private boolean enableCombineDescribe = false;
115
private Duration httpClientConnectionTimeout = HttpUtil.getConnectionTimeout();
116
private Duration httpClientSocketTimeout = HttpUtil.getSocketTimeout();
0 commit comments