Skip to content

Commit 6c3a59d

Browse files
committed
Line length
1 parent 64959b2 commit 6c3a59d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/src/main/java/org/elasticsearch/search/fetch/FetchPhase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ protected SearchHit nextDoc(int doc) throws IOException {
227227
/**
228228
* Accumulates the given bytes in the leaf and returns the accumulated bytes in the leaf.
229229
* @param bytes the amount of bytes to accumulate locally
230-
* @param resetLocallyAccumulatedBytes if the local counter for the accumulated bytes should be reset. Normally this will be true
231-
* when submitting the accumulated bytes to the circuit breaker.
230+
* @param resetLocallyAccumulatedBytes if the local counter for the accumulated bytes should be reset. Normally this will be
231+
* true when submitting the accumulated bytes to the circuit breaker.
232232
* @return the currently accumulated bytes in the leaf, including the provided bytes
233233
*/
234234
private int accumulateLocally(int bytes, boolean resetLocallyAccumulatedBytes) {

0 commit comments

Comments
 (0)