Skip to content

Commit

Permalink
fixing compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
masseyke committed Jan 3, 2024
1 parent 4c774ef commit a01e1f9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ public void onFailure(Exception e) {
Matchers.containsString("Limit of nested fields [2] has been exceeded")
);
} finally {
indexRequestBuilder.request().decRef();
indexingCompletedLatch.countDown();
}
}
Expand Down Expand Up @@ -234,7 +233,6 @@ public void onFailure(Exception e) {
Matchers.containsString("Limit of total fields [2] has been exceeded while adding new fields [1]")
);
} finally {
indexRequestBuilder.request().decRef();
indexingCompletedLatch.countDown();
}
}
Expand Down

0 comments on commit a01e1f9

Please sign in to comment.