File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
server/src/main/java/org/elasticsearch/search/fetch Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) {
You can’t perform that action at this time.
0 commit comments