From: PJ Fanning
Date: Fri, 29 Apr 2022 13:08:52 +0000 (+0000)
Subject: [bug-66039] remove stray
X-Git-Tag: REL_5_2_3~343
X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f3bf747a664e16c767a767152ae6f13bb0a9b52d;p=poi.git
[bug-66039] remove stray
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1900384 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java b/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java
index 63c358e40c..d458027bc7 100644
--- a/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java
+++ b/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java
@@ -232,7 +232,7 @@ public interface Cell {
*
* If the cell was blank, sets value to 0. Otherwise, preserves the value as precalculated.
*
- * In XSSF implementation, there is a XSSFWorkbook.setCellFormulaValidation(boolean)
+ * In XSSF implementation, there is a XSSFWorkbook.setCellFormulaValidation(boolean)
* setting that can validate (but also in some cases, reformat) the formula.
*
* @param formula the formula to set, e.g. "SUM(C4:E4)"
.