Skip to content

Commit f63e960

Browse files
authored
Change package import path. (#1193)
1 parent f1a4bb1 commit f63e960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-core/src/main/com/mongodb/internal/connection/SocksSocket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
package com.mongodb.internal.connection;
1717

1818
import com.mongodb.connection.ProxySettings;
19-
import com.mongodb.internal.Timeout;
19+
import com.mongodb.internal.time.Timeout;
2020
import com.mongodb.lang.Nullable;
2121

2222
import java.io.IOException;

0 commit comments

Comments
 (0)