diff --git a/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java b/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java index b18a100e4..ca9be39b9 100644 --- a/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java +++ b/src/ooxml/java/org/apache/poi/xssf/model/StylesTable.java @@ -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) {