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: [email protected]
For additional commands, e-mail: [email protected]