You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/07/29 14:03:28 UTC

svn commit: r1754530 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java

Author: nick
Date: Fri Jul 29 14:03:28 2016
New Revision: 1754530

URL: http://svn.apache.org/viewvc?rev=1754530&view=rev
Log:
Javadoc fix

Modified:
    poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java?rev=1754530&r1=1754529&r2=1754530&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java Fri Jul 29 14:03:28 2016
@@ -1305,7 +1305,7 @@ public class XSSFWorkbook extends POIXML
     /**
      * Remove the named range at the given index.
      *
-     * @param index the index of the named range name to remove
+     * @param nameIndex the index of the named range name to remove
      *
      * @deprecated 3.16. New projects should use {@link #removeName(Name)}.
      */



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