Parcourir la 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 il y a 6 ans
Parent
révision
a401e74ec6

+ 1
- 1
src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java Voir le fichier

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

Chargement…
Annuler
Enregistrer