Skip to content

Commit 139321c

Browse files
committed
Update HSSFWorkbook.java
1 parent 6a92243 commit 139321c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

poi/src/main/java/org/apache/poi/hssf/usermodel/HSSFWorkbook.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ public static String getWorkbookDirEntryName(DirectoryNode directory) {
333333
* @throws IOException if the stream cannot be read
334334
* @throws IllegalStateException a number of runtime exceptions can be thrown, especially if there are problems with the
335335
* input format
336-
* @deprecated use the contructor that omits the ignored <code>fs</code> param instead
336+
* @deprecated use the constructor that omits the ignored <code>fs</code> param instead
337337
* @see POIFSFileSystem
338338
*/
339339
@Removal(version = "7.0.0")

0 commit comments

Comments
 (0)