Skip to content

Commit 2f381d6

Browse files
nhachichaCopilot
andauthored
Update driver-sync/src/main/com/mongodb/client/internal/ClientSessionImpl.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ae3f140 commit 2f381d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

driver-sync/src/main/com/mongodb/client/internal/ClientSessionImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,6 @@ private static MongoException wrapInMongoTimeoutException(final MongoException c
419419
private static MongoTimeoutException wrapInNonTimeoutMsMongoTimeoutException(final MongoException cause) {
420420
return cause instanceof MongoTimeoutException
421421
? (MongoTimeoutException) cause
422-
: new MongoTimeoutException("Operation exceeded the timeout limit", cause);
422+
: new MongoTimeoutException("Operation exceeded the timeout limit.", cause);
423423
}
424424
}

0 commit comments

Comments
 (0)