Skip to content

Commit 156933a

Browse files
committed
Deprecate SessionContext
There is no need for this class in the public API, as all its users are either internal or deprecated themselves.
1 parent 41d21d2 commit 156933a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver-core/src/main/com/mongodb/session/SessionContext.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@
2424
* The session context.
2525
*
2626
* @since 3.6
27+
* @deprecated there is no replacement for this class
2728
*/
29+
@Deprecated
2830
public interface SessionContext {
2931

3032
/**

0 commit comments

Comments
 (0)