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 3131/**
3232 * An asynchronous connection to a MongoDB server with non-blocking operations.
3333 *
34- * <p> Implementations of this class are thread safe. </p>
35- *
3634 * <p>This class is not part of the public API and may be removed or changed at any time</p>
3735 */
3836@ ThreadSafe
Original file line number Diff line number Diff line change 3131/**
3232 * A synchronous connection to a MongoDB server with blocking operations.
3333 *
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- *
3834 * <p>This class is not part of the public API and may be removed or changed at any time</p>
3935 */
4036@ ThreadSafe
You can’t perform that action at this time.
0 commit comments