We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbbe307 commit 4c7f0deCopy full SHA for 4c7f0de
1 file changed
driver-core/src/main/com/mongodb/internal/async/AsyncRunnable.java
@@ -247,8 +247,8 @@ default AsyncRunnable thenRunRetryingWhile(
247
* This method is equivalent to a while loop, where the condition is checked before each iteration.
248
* If the condition returns {@code false} on the first check, the body is never executed.
249
*
250
- * @param loopBodyRunnable the asynchronous task to be executed in each iteration of the loop
251
* @param whileCheck a condition to check before each iteration; the loop continues as long as this condition returns true
+ * @param loopBodyRunnable the asynchronous task to be executed in each iteration of the loop
252
* @return the composition of this and the looping branch
253
* @see AsyncCallbackLoop
254
*/
0 commit comments