This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
The following commit(s) were added to refs/heads/trunk by this push:
new 139321c5e9 Update HSSFWorkbook.java
139321c5e9 is described below
commit 139321c5e9bc0ae091cdaed6c11113853e326da9
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Feb 20 12:28:29 2026 +0100
Update HSSFWorkbook.java
---
poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
b/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
index ba13ca4e3a..1d2506b5bb 100644
--- a/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
+++ b/poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java
@@ -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")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]