Update HSSFWorkbook.java

This commit is contained in:
PJ Fanning 2026-02-20 12:28:29 +01:00
parent 6a9224385e
commit 139321c5e9

View File

@ -333,7 +333,7 @@ public final class HSSFWorkbook extends POIDocument implements Workbook {
* @throws IOException if the stream cannot be read
* @throws IllegalStateException a number of runtime exceptions can be thrown, especially if there are problems with the
* input format
* @deprecated use the contructor that omits the ignored <code>fs</code> param instead
* @deprecated use the constructor that omits the ignored <code>fs</code> param instead
* @see POIFSFileSystem
*/
@Removal(version = "7.0.0")