Bug-61906 fix javadoc issue

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1818248 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2017-12-15 09:13:16 +00:00
parent 845c7fcdea
commit a401e74ec6
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ public class SharedStringsTable extends POIXMLDocumentPart {
* *
* @param idx index of item to return. * @param idx index of item to return.
* @return the item at the specified position in this Shared String table. * @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") @Removal(version = "4.2")
public CTRst getEntryAt(int idx) { public CTRst getEntryAt(int idx) {