update changes

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1918709 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2024-06-27 15:10:52 +00:00
parent 65443a93c6
commit f8a949217b

View File

@ -425,7 +425,7 @@ public final class TestSXSSFWorkbook extends BaseTestXWorkbook {
//System.gc(); //System.gc();
} }
wb.write(outSteam); wb.write(outSteam);
// assertTrue(wb.dispose()); // assertTrue(wb.dispose());
outSteam.close(); outSteam.close();
} finally { } finally {