Skip to content

Commit 0e81675

Browse files
rozzastIncMale
andauthored
Update driver-core/src/main/com/mongodb/internal/operation/CursorResourceManager.java
Co-authored-by: Valentin Kovalenko <[email protected]>
1 parent 86330d7 commit 0e81675

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

driver-core/src/main/com/mongodb/internal/operation/CursorResourceManager.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,11 @@ State getState() {
100100
return state;
101101
}
102102

103+
/**
104+
* Thread-safe.
105+
*/
103106
@Nullable
104-
public CS getConnectionSource() {
107+
CS getConnectionSource() {
105108
return connectionSource;
106109
}
107110

0 commit comments

Comments
 (0)