You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/06/10 09:42:09 UTC

svn commit: r1747674 - /poi/trunk/src/java/org/apache/poi/ss/formula/FormulaParser.java

Author: nick
Date: Fri Jun 10 09:42:09 2016
New Revision: 1747674

URL: http://svn.apache.org/viewvc?rev=1747674&view=rev
Log:
Javadoc fixes

Modified:
    poi/trunk/src/java/org/apache/poi/ss/formula/FormulaParser.java

Modified: poi/trunk/src/java/org/apache/poi/ss/formula/FormulaParser.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/ss/formula/FormulaParser.java?rev=1747674&r1=1747673&r2=1747674&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/ss/formula/FormulaParser.java (original)
+++ poi/trunk/src/java/org/apache/poi/ss/formula/FormulaParser.java Fri Jun 10 09:42:09 2016
@@ -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



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org