File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
driver-core/src/main/com/mongodb/internal/connection Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 31
31
/**
32
32
* An asynchronous connection to a MongoDB server with non-blocking operations.
33
33
*
34
- * <p> Implementations of this class are thread safe. </p>
35
- *
36
34
* <p>This class is not part of the public API and may be removed or changed at any time</p>
37
35
*/
38
36
@ ThreadSafe
Original file line number Diff line number Diff line change 31
31
/**
32
32
* A synchronous connection to a MongoDB server with blocking operations.
33
33
*
34
- * <p> Implementations of this class are thread safe. </p>
35
- *
36
- * <p> This interface is not stable. While methods will not be removed, new ones may be added. </p>
37
- *
38
34
* <p>This class is not part of the public API and may be removed or changed at any time</p>
39
35
*/
40
36
@ ThreadSafe
You can’t perform that action at this time.
0 commit comments