Skip to content

Commit

Permalink
deprecate unnecessary method
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914086 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pjfanning committed Nov 24, 2023
1 parent 5d2f053 commit d81223c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public ZipArchiveThresholdInputStream getInputStream(ZipArchiveEntry entry) thro
/**
* 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() {
Expand Down

0 comments on commit d81223c

Please sign in to comment.