mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
compile issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1899081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
42985f64df
commit
1ab968419e
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user