Skip to content

Commit

Permalink
chore: generate libraries at Mon Jan 6 20:03:30 UTC 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
cloud-java-bot committed Jan 6, 2025
1 parent 045e1e2 commit fd8cf31
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ abstract class ResumableStreamIterator extends AbstractIterator<PartialResultSet
private final int maxBufferSize;
private final ISpan span;
private final TraceWrapper tracer;
private AtomicReference<CloseableIterator<PartialResultSet>> streamCache = new AtomicReference<>();
private AtomicReference<CloseableIterator<PartialResultSet>> streamCache =
new AtomicReference<>();
private ByteString resumeToken;
private boolean finished;
/**
Expand Down

0 comments on commit fd8cf31

Please sign in to comment.