[bug-66039] remove stray </p>

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1900384 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2022-04-29 13:08:52 +00:00
parent 7dac4c1dae
commit f3bf747a66

View File

@ -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>.