Renamed field to correct name

This commit is contained in:
Collin Smith
2020-09-05 19:36:40 -07:00
parent f3fc76e366
commit 181cd3eb6f

View File

@ -670,7 +670,7 @@ public final class StatList {
final int endIndex = endingOffset(list);
return new ToStringBuilder(this)
.append("immutable", immutable)
.append("index", list)
.append("list", list)
.append("startIndex", startIndex)
.append("endIndex", endIndex)
.append("offsets", '{' + StringUtils.join(offsets, ',', (list << 1), (list << 1) + 2) + '}')