mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Add missing @Deprecated
This commit is contained in:
parent
2805093da6
commit
e5336586a9
@ -249,6 +249,7 @@ public class ZipSecureFile extends ZipFile {
|
||||
* @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 since POI 5.3.0)
|
||||
*/
|
||||
@Deprecated(since = "5.3.0", forRemoval = true)
|
||||
@Removal(version = "7.0.0")
|
||||
public String getName() {
|
||||
return fileName;
|
||||
|
||||
@ -97,6 +97,7 @@ public class ExternalLinksTable extends POIXMLDocumentPart {
|
||||
*/
|
||||
@Internal
|
||||
@Removal(version = "6.0.0")
|
||||
@Deprecated(forRemoval = true)
|
||||
public CTExternalLink getCTExternalLink(){
|
||||
return link;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user