mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Renamed field to correct name
This commit is contained in:
@ -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) + '}')
|
||||
|
Reference in New Issue
Block a user