You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2017/12/15 09:13:17 UTC

svn commit: r1818248 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java

Author: fanningpj
Date: Fri Dec 15 09:13:16 2017
New Revision: 1818248

URL: http://svn.apache.org/viewvc?rev=1818248&view=rev
Log:
Bug-61906 fix javadoc issue

Modified:
    poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java?rev=1818248&r1=1818247&r2=1818248&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/SharedStringsTable.java Fri Dec 15 09:13:16 2017
@@ -143,7 +143,7 @@ public class SharedStringsTable extends
      *
      * @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) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org