ソースを参照

deprecate unnecessary method

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1914086 13f79535-47bb-0310-9956-ffa450edef68
pull/553/head
PJ Fanning 5ヶ月前
コミット
d81223cd10
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      poi-ooxml/src/main/java/org/apache/poi/openxml4j/util/ZipSecureFile.java

+ 1
- 1
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() {

読み込み中…
キャンセル
保存