]> source.dussan.org Git - poi.git/commitdiff
Javadoc fixes
authorNick Burch <nick@apache.org>
Fri, 10 Jun 2016 09:42:09 +0000 (09:42 +0000)
committerNick Burch <nick@apache.org>
Fri, 10 Jun 2016 09:42:09 +0000 (09:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1747674 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/ss/formula/FormulaParser.java

index df93984ed85e24795ca193164a2869f0278a753d..7919748f5c026333d84a4851becccc172d8a53b5 100644 (file)
@@ -157,7 +157,7 @@ public final class FormulaParser {
      *     the scope of the name will be ignored and  the parser will match names only by name
      * @param rowIndex  - the related cell's row index in 0-based form (-1 if the formula is not cell related)
      *                     used to handle structured references that have the "#This Row" quantifier.
-     *                    Use rowIndex=-1 or {@link #parseStructuredReference(String, FormulaParsingWorkbook, int, int)} if formula
+     *                    Use rowIndex=-1 or {@link #parseStructuredReference(String, FormulaParsingWorkbook, int)} if formula
      *                    does not contain structured references.
      *
      * @return array of parsed tokens