Author: fanningpj
Date: Tue Nov 16 09:50:39 2021
New Revision: 1895084

URL: http://svn.apache.org/viewvc?rev=1895084&view=rev
Log:
javadoc

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

Modified: 
poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/WorkbookEvaluator.java
URL: 
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/WorkbookEvaluator.java?rev=1895084&r1=1895083&r2=1895084&view=diff
==============================================================================
--- 
poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/WorkbookEvaluator.java 
(original)
+++ 
poi/trunk/poi/src/main/java/org/apache/poi/ss/formula/WorkbookEvaluator.java 
Tue Nov 16 09:50:39 2021
@@ -626,7 +626,7 @@ public final class WorkbookEvaluator {
             value = dereferenceResult(evaluationResult, ec.getRowIndex(), 
ec.getColumnIndex());
         }
         if (value == BlankEval.instance) {
-            // Note Excel behaviour here. A blank final final value is 
converted to zero.
+            // Note Excel behaviour here. A blank final value is converted to 
zero.
             return NumberEval.ZERO;
             // Formulas _never_ evaluate to blank.  If a formula appears to 
have evaluated to
             // blank, the actual value is empty string. This can be verified 
with ISBLANK().
@@ -652,7 +652,7 @@ public final class WorkbookEvaluator {
             return e.getErrorEval();
         }
         if (value == BlankEval.instance) {
-            // Note Excel behaviour here. A blank final final value is 
converted to zero.
+            // Note Excel behaviour here. A blank final value is converted to 
zero.
             return NumberEval.ZERO;
             // Formulas _never_ evaluate to blank.  If a formula appears to 
have evaluated to
             // blank, the actual value is empty string. This can be verified 
with ISBLANK().



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to