]> source.dussan.org Git - poi.git/commitdiff
deprecate unnecessary method
authorPJ Fanning <fanningpj@apache.org>
Fri, 24 Nov 2023 13:03:54 +0000 (13:03 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 24 Nov 2023 13:03:54 +0000 (13:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914086 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/openxml4j/util/ZipSecureFile.java

index 48d0792ff70506b91e0425ba949ba58b6210ff89..74c543574cb5e0122a2cf3374bc36c3b7b9d40d4 100644 (file)
@@ -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() {