Browse Source

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 years ago
parent
commit
a401e74ec6
1 changed files with 1 additions and 1 deletions
  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 View File

@@ -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) {

Loading…
Cancel
Save