mirror of https://github.com/apache/poi.git
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:
parent
845c7fcdea
commit
a401e74ec6
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue