Skip to content

Commit

Permalink
Fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
Abacn committed Apr 27, 2024
1 parent 9b1b009 commit b3dd647
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1394,10 +1394,6 @@ public StuckResponse(CountDownLatch latch) {
this.latch = latch;
}

static final Object lock = new Object();

static boolean hasNextCalled = false;

@Override
public Iterator<ReadRowsResponse> iterator() {
return new StuckIterator();
Expand Down

0 comments on commit b3dd647

Please sign in to comment.