javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1722057 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Javen O'Neal 2015-12-29 06:55:22 +00:00
parent ef26a1d15c
commit eb5bca1612

View 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) {