Skip to content

Commit bee199e

Browse files
vbabaninstIncMale
andauthored
Update driver-core/src/main/com/mongodb/internal/async/AsyncRunnable.java
Co-authored-by: Valentin Kovalenko <[email protected]>
1 parent 7001d9e commit bee199e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

driver-core/src/main/com/mongodb/internal/async/AsyncRunnable.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ default AsyncRunnable thenRunRetryingWhile(
294294
* @return the composition of this and the looping branch
295295
* @see AsyncCallbackLoop
296296
*/
297-
298297
default AsyncRunnable thenRunDoWhileLoop(final AsyncRunnable loopBodyRunnable, final Supplier<Boolean> whileCheck) {
299298
return thenRun(finalCallback -> {
300299
LoopState loopState = new LoopState();

0 commit comments

Comments
 (0)