mirror of https://github.com/apache/poi.git
whitespace
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
22623b78bc
commit
5b5d4c6777
|
@ -194,7 +194,7 @@ public final class RowRecordsAggregate extends RecordAggregate {
|
|||
private int getStartRowNumberForBlock(int block) {
|
||||
int startIndex = block * DBCellRecord.BLOCK_SIZE;
|
||||
|
||||
if(_rowRecordValues == null){
|
||||
if (_rowRecordValues == null) {
|
||||
_rowRecordValues = _rowRecords.values().toArray(new RowRecord[_rowRecords.size()]);
|
||||
}
|
||||
|
||||
|
@ -211,7 +211,7 @@ public final class RowRecordsAggregate extends RecordAggregate {
|
|||
if (endIndex >= _rowRecords.size())
|
||||
endIndex = _rowRecords.size()-1;
|
||||
|
||||
if(_rowRecordValues == null){
|
||||
if (_rowRecordValues == null){
|
||||
_rowRecordValues = _rowRecords.values().toArray(new RowRecord[_rowRecords.size()]);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue