浏览代码

Bug-61906 fix javadoc issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818248 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_4_0_0_FINAL
PJ Fanning 6 年前
父节点
当前提交
a401e74ec6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java

+ 1
- 1
src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java 查看文件

@@ -143,7 +143,7 @@ public class SharedStringsTable extends POIXMLDocumentPart {
*
* @param idx index of item to return.
* @return the item at the specified position in this Shared String table.
* @deprecated use <code>addSharedStringItem(RichTextString string)</code> instead
* @deprecated use <code>getItemAt(int idx)</code> instead
*/
@Removal(version = "4.2")
public CTRst getEntryAt(int idx) {

正在加载...
取消
保存