We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6791cc0 commit 8f33027Copy full SHA for 8f33027
driver-core/src/main/com/mongodb/connection/TlsChannelStreamFactoryFactory.java
@@ -76,7 +76,9 @@ public TlsChannelStreamFactoryFactory() {
76
* in order to free up resources.
77
*
78
* @param group the group
79
+ * @deprecated Prefer {@link #TlsChannelStreamFactoryFactory()}
80
*/
81
+ @Deprecated
82
public TlsChannelStreamFactoryFactory(final AsynchronousTlsChannelGroup group) {
83
this(group, false);
84
}
0 commit comments