compile issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-03-20 10:13:39 +00:00
parent 42985f64df
commit 1ab968419e

View File

@ -145,7 +145,7 @@ public final class RowRecordsAggregate extends RecordAggregate {
_valuesAgg.removeAllCellsValuesForRow(rowIndex);
RowRecord rr = _rowRecords.remove(rowIndex);
if (rr == null) {
throw new RuntimeException("Invalid row index (" + key.intValue() + ")");
throw new RuntimeException("Invalid row index (" + rowIndex + ")");
}
if (row != rr) {
_rowRecords.put(rowIndex, rr);