@@ -183,7 +183,7 @@ case class GridFSBucket(private val wrapped: JGridFSBucket) {
183
183
* chunks have been uploaded, it creates a files collection document for `filename` in the files collection.
184
184
*
185
185
* Note: When this [[GridFSBucket ]] is set with a operation timeout (via timeout inherited from [[MongoDatabase ]]
186
- * settings or [[GridFSBucket# withTimeout() ]]), timeout breaches may occur due to the [[Observable ]]
186
+ * settings or [[withTimeout ]]), timeout breaches may occur due to the [[Observable ]]
187
187
* lacking inherent read timeout support, which might extend the operation beyond the specified timeout limit.
188
188
*
189
189
* @param filename the filename for the stream
@@ -201,7 +201,7 @@ case class GridFSBucket(private val wrapped: JGridFSBucket) {
201
201
* chunks have been uploaded, it creates a files collection document for `filename` in the files collection.
202
202
*
203
203
* Note: When this [[GridFSBucket ]] is set with a operation timeout (via timeout inherited from [[MongoDatabase ]]
204
- * settings or [[GridFSBucket# withTimeout() ]]), timeout breaches may occur due to the [[Observable ]]
204
+ * settings or [[withTimeout ]]), timeout breaches may occur due to the [[Observable ]]
205
205
* lacking inherent read timeout support, which might extend the operation beyond the specified timeout limit.
206
206
*
207
207
* @param filename the filename for the stream
@@ -224,7 +224,7 @@ case class GridFSBucket(private val wrapped: JGridFSBucket) {
224
224
* chunks have been uploaded, it creates a files collection document for `filename` in the files collection.
225
225
*
226
226
* Note: When this [[GridFSBucket ]] is set with a operation timeout (via timeout inherited from [[MongoDatabase ]]
227
- * settings or [[GridFSBucket# withTimeout() ]]), timeout breaches may occur due to the [[Observable ]]
227
+ * settings or [[withTimeout ]]), timeout breaches may occur due to the [[Observable ]]
228
228
* lacking inherent read timeout support, which might extend the operation beyond the specified timeout limit.
229
229
*
230
230
* @param id the custom id value of the file
@@ -247,7 +247,7 @@ case class GridFSBucket(private val wrapped: JGridFSBucket) {
247
247
* chunks have been uploaded, it creates a files collection document for `filename` in the files collection.
248
248
*
249
249
* Note: When this [[GridFSBucket ]] is set with a operation timeout (via timeout inherited from [[MongoDatabase ]]
250
- * settings or [[GridFSBucket# withTimeout() ]]), timeout breaches may occur due to the [[Observable ]]
250
+ * settings or [[withTimeout ]]), timeout breaches may occur due to the [[Observable ]]
251
251
* lacking inherent read timeout support, which might extend the operation beyond the specified timeout limit.
252
252
*
253
253
* @param id the custom id value of the file
@@ -272,7 +272,7 @@ case class GridFSBucket(private val wrapped: JGridFSBucket) {
272
272
* chunks have been uploaded, it creates a files collection document for `filename` in the files collection.
273
273
*
274
274
* Note: When this [[GridFSBucket ]] is set with a operation timeout (via timeout inherited from [[MongoDatabase ]]
275
- * settings or [[GridFSBucket# withTimeout() ]]), timeout breaches may occur due to the [[Observable ]]
275
+ * settings or [[withTimeout ]]), timeout breaches may occur due to the [[Observable ]]
276
276
* lacking inherent read timeout support, which might extend the operation beyond the specified timeout limit.
277
277
*
278
278
* @param clientSession the client session with which to associate this operation
@@ -296,7 +296,7 @@ case class GridFSBucket(private val wrapped: JGridFSBucket) {
296
296
* chunks have been uploaded, it creates a files collection document for `filename` in the files collection.
297
297
*
298
298
* Note: When this [[GridFSBucket ]] is set with a operation timeout (via timeout inherited from [[MongoDatabase ]]
299
- * settings or [[GridFSBucket# withTimeout() ]]), timeout breaches may occur due to the [[Observable ]]
299
+ * settings or [[withTimeout ]]), timeout breaches may occur due to the [[Observable ]]
300
300
* lacking inherent read timeout support, which might extend the operation beyond the specified timeout limit.
301
301
*
302
302
* @param clientSession the client session with which to associate this operation
@@ -322,7 +322,7 @@ case class GridFSBucket(private val wrapped: JGridFSBucket) {
322
322
* chunks have been uploaded, it creates a files collection document for `filename` in the files collection.
323
323
*
324
324
* Note: When this [[GridFSBucket ]] is set with a operation timeout (via timeout inherited from [[MongoDatabase ]]
325
- * settings or [[GridFSBucket# withTimeout() ]]), timeout breaches may occur due to the [[Observable ]]
325
+ * settings or [[withTimeout ]]), timeout breaches may occur due to the [[Observable ]]
326
326
* lacking inherent read timeout support, which might extend the operation beyond the specified timeout limit.
327
327
*
328
328
* @param clientSession the client session with which to associate this operation
@@ -348,7 +348,7 @@ case class GridFSBucket(private val wrapped: JGridFSBucket) {
348
348
* chunks have been uploaded, it creates a files collection document for `filename` in the files collection.
349
349
*
350
350
* Note: When this [[GridFSBucket ]] is set with a operation timeout (via timeout inherited from [[MongoDatabase ]]
351
- * settings or [[GridFSBucket# withTimeout() ]]), timeout breaches may occur due to the [[Observable ]]
351
+ * settings or [[withTimeout ]]), timeout breaches may occur due to the [[Observable ]]
352
352
* lacking inherent read timeout support, which might extend the operation beyond the specified timeout limit.
353
353
*
354
354
* @param clientSession the client session with which to associate this operation
0 commit comments