mirror of https://github.com/apache/poi.git
java 17 compile issue
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1902779 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
22badcef27
commit
bd2a798c3c
|
@ -77,7 +77,7 @@ public final class CustomViewSettingsRecordAggregate extends RecordAggregate {
|
|||
if (rb instanceof RecordAggregate) {
|
||||
((RecordAggregate) rb).visitContainedRecords(rv);
|
||||
} else {
|
||||
rv.visitRecord((Record) rb);
|
||||
rv.visitRecord((org.apache.poi.hssf.record.Record) rb);
|
||||
}
|
||||
}
|
||||
rv.visitRecord(_end);
|
||||
|
|
Loading…
Reference in New Issue