Skip to content

Commit

Permalink
Make final
Browse files Browse the repository at this point in the history
  • Loading branch information
ajithme committed Jan 2, 2020
1 parent 9be777c commit 48c9058
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ private static class StreamState {
int curChunk = 0;

// Used to keep track of the number of chunks being transferred and not finished yet.
volatile AtomicLong chunksBeingTransferred = new AtomicLong(0L);
final AtomicLong chunksBeingTransferred = new AtomicLong(0L);

StreamState(String appId, Iterator<ManagedBuffer> buffers, Channel channel) {
this.appId = appId;
Expand Down

0 comments on commit 48c9058

Please sign in to comment.