]> source.dussan.org Git - poi.git/commitdiff
Javadoc fix
authorNick Burch <nick@apache.org>
Fri, 29 Jul 2016 14:03:28 +0000 (14:03 +0000)
committerNick Burch <nick@apache.org>
Fri, 29 Jul 2016 14:03:28 +0000 (14:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1754530 13f79535-47bb-0310-9956-ffa450edef68

src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFWorkbook.java

index bcc2ed27d7a7ee31d7501f98fdbd0209f55b3b1b..f3a5879db965a060ac2b851c5361645f173fccef 100644 (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)}.
      */