]> source.dussan.org Git - poi.git/commitdiff
typos in javdocs
authorPJ Fanning <fanningpj@apache.org>
Sun, 19 Sep 2021 20:04:01 +0000 (20:04 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 19 Sep 2021 20:04:01 +0000 (20:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893452 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/main/java/org/apache/poi/xwpf/usermodel/XWPFTable.java
poi/src/main/java/org/apache/poi/ss/formula/WorkbookEvaluator.java
poi/src/main/java/org/apache/poi/ss/formula/functions/Baseifs.java

index 7721609879888afe35f962f47817169b23fe87e3..971ea0ffd5550af3ac98a0974a2c2532121fc694 100644 (file)
@@ -1179,7 +1179,7 @@ public class XWPFTable implements IBodyElement, ISDTContents {
 
     /**
      * Get the width type from the width value
-     * @param ctWidth CTTblWidth to evalute
+     * @param ctWidth CTTblWidth to evaluate
      * @return The table width type
      * @since 4.0.0
      */
index 37e8087bde0c911d1b2fb87949db27643be44681..6df1b428507502fef33c71d1369b10d2bad42fad 100644 (file)
@@ -79,7 +79,7 @@ public final class WorkbookEvaluator {
 
     // special logger for formula evaluation output (because of possibly very large output)
     private final Logger EVAL_LOG = LogManager.getLogger("POI.FormulaEval");
-    // current indent level for evalution; negative value for no output
+    // current indent level for evaluation; negative value for no output
     private int dbgEvaluationOutputIndent = -1;
 
     /**
index d3ed93a2f445980eb4fdf162e9e033e871c8a312..e83ca3aef7c48bd16bb6fdf83b4fde25f74a3db7 100644 (file)
@@ -23,7 +23,6 @@ import org.apache.poi.ss.formula.OperationEvaluationContext;
 import org.apache.poi.ss.formula.eval.AreaEval;
 import org.apache.poi.ss.formula.eval.ErrorEval;
 import org.apache.poi.ss.formula.eval.EvaluationException;
-import org.apache.poi.ss.formula.eval.NumberEval;
 import org.apache.poi.ss.formula.eval.RefEval;
 import org.apache.poi.ss.formula.eval.ValueEval;
 import org.apache.poi.ss.formula.functions.CountUtils.I_MatchPredicate;