]> source.dussan.org Git - poi.git/commitdiff
javadoc fix
authorJaven O'Neal <onealj@apache.org>
Tue, 29 Dec 2015 06:55:22 +0000 (06:55 +0000)
committerJaven O'Neal <onealj@apache.org>
Tue, 29 Dec 2015 06:55:22 +0000 (06:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722057 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java

index b18a100e492ddf3121804cf6b2ff33b8614cb3a1..ca9be39b9d86322664deba67fddbd079e7ce3f2b 100644 (file)
@@ -343,7 +343,7 @@ public class StylesTable extends POIXMLDocumentPart {
      * 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) {