Skip to content

Commit 8f33027

Browse files
committed
Deprecate TlsChannelStreamFactoryFactory#TlsChannelStreamFactoryFactory(AsynchronousTlsChannelGroup) constructor
JAVA-3383
1 parent 6791cc0 commit 8f33027

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver-core/src/main/com/mongodb/connection/TlsChannelStreamFactoryFactory.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,9 @@ public TlsChannelStreamFactoryFactory() {
7676
* in order to free up resources.
7777
*
7878
* @param group the group
79+
* @deprecated Prefer {@link #TlsChannelStreamFactoryFactory()}
7980
*/
81+
@Deprecated
8082
public TlsChannelStreamFactoryFactory(final AsynchronousTlsChannelGroup group) {
8183
this(group, false);
8284
}

0 commit comments

Comments
 (0)