Author: fanningpj
Date: Fri Nov 24 13:03:54 2023
New Revision: 1914086

URL: http://svn.apache.org/viewvc?rev=1914086&view=rev
Log:
deprecate unnecessary method

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

Modified: 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/util/ZipSecureFile.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/util/ZipSecureFile.java?rev=1914086&r1=1914085&r2=1914086&view=diff
==============================================================================
--- 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/util/ZipSecureFile.java
 (original)
+++ 
poi/trunk/poi-ooxml/src/main/java/org/apache/poi/openxml4j/util/ZipSecureFile.java
 Fri Nov 24 13:03:54 2023
@@ -238,7 +238,7 @@ public class ZipSecureFile extends ZipFi
     /**
      * 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() {



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to