You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2015/12/29 07:55:23 UTC

svn commit: r1722057 - /poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java

Author: onealj
Date: Tue Dec 29 06:55:22 2015
New Revision: 1722057

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

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

Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java?rev=1722057&r1=1722056&r2=1722057&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java (original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java Tue Dec 29 06:55:22 2015
@@ -343,7 +343,7 @@ public class StylesTable extends POIXMLD
      * Remove a number format from the style table if it exists.
      * All cell styles with this number format will be modified to use the default number format.
      * 
-     * @param fmt the number format to remove
+     * @param index the number format id to remove
      * @return true if the number format was removed
      */
     public boolean removeNumberFormat(short index) {



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