Author: fanningpj
Date: Fri Apr 29 13:08:52 2022
New Revision: 1900384
URL: http://svn.apache.org/viewvc?rev=1900384&view=rev
Log:
[bug-66039] remove stray </p>
Modified:
poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java
Modified: poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java
URL:
http://svn.apache.org/viewvc/poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java?rev=1900384&r1=1900383&r2=1900384&view=diff
==============================================================================
--- poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java (original)
+++ poi/trunk/poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java Fri Apr
29 13:08:52 2022
@@ -232,7 +232,7 @@ public interface Cell {
*
* <p>If the cell was blank, sets value to 0. Otherwise, preserves the
value as precalculated.</p>
*
- * <p></p>In XSSF implementation, there is a
<code>XSSFWorkbook.setCellFormulaValidation(boolean)</code>
+ * <p>In XSSF implementation, there is a
<code>XSSFWorkbook.setCellFormulaValidation(boolean)</code>
* setting that can validate (but also in some cases, reformat) the
formula.</p>
*
* @param formula the formula to set, e.g. <code>"SUM(C4:E4)"</code>.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]