Skip to content

Commit bfb083d

Browse files
sfc-gh-astachowskisfc-gh-pmotacki
authored andcommitted
Formatting
1 parent 82d8516 commit bfb083d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/net/snowflake/client/core/SFSession.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ public class SFSession extends SFBaseSession {
109109
*/
110110
private int networkTimeoutInMilli = 0; // in milliseconds
111111

112-
@Deprecated
113-
private int authTimeout = 0;
112+
@Deprecated private int authTimeout = 0;
114113
private boolean enableCombineDescribe = false;
115114
private Duration httpClientConnectionTimeout = HttpUtil.getConnectionTimeout();
116115
private Duration httpClientSocketTimeout = HttpUtil.getSocketTimeout();

0 commit comments

Comments
 (0)