Skip to content

Commit

Permalink
long
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrx committed May 30, 2024
1 parent 0ad721f commit 9b857ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/
class ProgressListenableActionFuture extends PlainActionFuture<Long> {

private record PositionAndListener(Long position, ActionListener<Long> listener) {}
private record PositionAndListener(long position, ActionListener<Long> listener) {}

protected final long start;
protected final long end;
Expand Down

0 comments on commit 9b857ab

Please sign in to comment.