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 3240852e49 Update POIException.java
3240852e49 is described below
commit 3240852e498c9b2d9f4b6f0b5dafe6a1aab8ef38
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Aug 1 20:33:44 2025 +0100
Update POIException.java
---
poi/src/main/java/org/apache/poi/POIException.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/poi/src/main/java/org/apache/poi/POIException.java
b/poi/src/main/java/org/apache/poi/POIException.java
index 106f82596a..ef656b6598 100644
--- a/poi/src/main/java/org/apache/poi/POIException.java
+++ b/poi/src/main/java/org/apache/poi/POIException.java
@@ -21,7 +21,7 @@ package org.apache.poi;
* but this is intended to be a base class for some new POI exceptions.
* Historically, POI has used {@link RuntimeException} for most of its
* exceptions, but this is not a good practice. This class is a checked
- * class that extends {@link Exception} so needs to be explictly
+ * class that extends {@link Exception} so needs to be explicitly
* caught or declared in the method signature.
*
* @since POI 5.5.0
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]