Javadoc fix

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2016-07-29 14:03:28 +00:00
parent e5877bd8e0
commit dfcf57bfbf

View File

@ -1305,7 +1305,7 @@ public class XSSFWorkbook extends POIXMLDocument implements Workbook {
/**
* Remove the named range at the given index.
*
* @param index the index of the named range name to remove
* @param nameIndex the index of the named range name to remove
*
* @deprecated 3.16. New projects should use {@link #removeName(Name)}.
*/