Skip to content

Commit 92b4bcb

Browse files
committed
Made mapType of ImmutableMap to be more certain
1 parent 80e5fb7 commit 92b4bcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jdbc-v2/src/main/java/com/clickhouse/jdbc/ConnectionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public class ConnectionImpl implements Connection, JdbcV2Wrapper {
6868
private Executor networkTimeoutExecutor;
6969

7070
private final FeatureManager featureManager;
71-
private volatile Map<String, Class<?>> typeMap;
71+
private volatile ImmutableMap<String, Class<?>> typeMap;
7272

7373
public ConnectionImpl(String url, Properties info) throws SQLException {
7474
try {

0 commit comments

Comments
 (0)