Skip to content

Commit

Permalink
MINOR: Fix broken javadoc in BatchAccumulator (#18348)
Browse files Browse the repository at this point in the history
Reviewers: Andrew Schofield <[email protected]>
  • Loading branch information
frankvicky authored Dec 31, 2024
1 parent 3161115 commit 09647c9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
import java.util.Objects;
import java.util.Optional;
import java.util.OptionalInt;
import java.util.OptionalLong;
import java.util.concurrent.ConcurrentLinkedQueue;
import java.util.concurrent.atomic.AtomicLong;
import java.util.concurrent.locks.ReentrantLock;
Expand Down Expand Up @@ -484,7 +483,7 @@ public int epoch() {
* This call will not block, but the drain may require multiple attempts before
* it can be completed if the thread responsible for appending is holding the
* append lock. In the worst case, the append will be completed on the next
* call to {@link #append(int, List, OptionalLong, boolean)} following the
* call to {@link #append(int, List, boolean)} following the
* initial call to this method.
*
* The caller should respect the time to the next flush as indicated by
Expand Down

0 comments on commit 09647c9

Please sign in to comment.