From 90f42c44632119d0a17ca1fe71daab59162e9130 Mon Sep 17 00:00:00 2001 From: Javen O'Neal Date: Tue, 29 Dec 2015 06:55:22 +0000 Subject: [PATCH] javadoc fix 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b18a100e49..ca9be39b9d 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) { -- 2.39.5