mirror of https://github.com/apache/poi.git
Javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754530 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
aa17ae0b1e
commit
e18a65b6df
|
@ -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)}.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue