aboutsummaryrefslogtreecommitdiffstats
path: root/poi-ooxml
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2023-11-24 13:03:54 +0000
committerPJ Fanning <fanningpj@apache.org>2023-11-24 13:03:54 +0000
commitd81223cd102a306f51d0578a8d0bae7ad6b67ece (patch)
treefe58adb87f9a21b138647ce3a91335df5dd9750f /poi-ooxml
parent5d2f05376907b4e1816d79f3884d261281884a57 (diff)
downloadpoi-d81223cd102a306f51d0578a8d0bae7ad6b67ece.tar.gz
poi-d81223cd102a306f51d0578a8d0bae7ad6b67ece.zip
deprecate unnecessary method
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914086 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml')
-rw-r--r--poi-ooxml/src/main/java/org/apache/poi/openxml4j/util/ZipSecureFile.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml/src/main/java/org/apache/poi/openxml4j/util/ZipSecureFile.java b/poi-ooxml/src/main/java/org/apache/poi/openxml4j/util/ZipSecureFile.java
index 48d0792ff7..74c543574c 100644
--- a/poi-ooxml/src/main/java/org/apache/poi/openxml4j/util/ZipSecureFile.java
+++ b/poi-ooxml/src/main/java/org/apache/poi/openxml4j/util/ZipSecureFile.java
@@ -238,7 +238,7 @@ public class ZipSecureFile extends ZipFile {
/**
* Returns the path name of the ZIP file.
* @return the path name of the ZIP file
- * @deprecated there is no need for this method - it will be removed in a future version of POI
+ * @deprecated there is no need for this method - it will be removed in a future version of POI (deprecated since POI 5.2.6)
*/
@Removal(version = "7.0.0")
public String getName() {