Skip to content

Commit a723647

Browse files
committed
Remove unnecessary javadoc
JAVA-4795
1 parent 8648e68 commit a723647

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
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

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,6 @@
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

0 commit comments

Comments
 (0)