]> source.dussan.org Git - poi.git/commitdiff
[bug-66039] remove stray </p>
authorPJ Fanning <fanningpj@apache.org>
Fri, 29 Apr 2022 13:08:52 +0000 (13:08 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 29 Apr 2022 13:08:52 +0000 (13:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1900384 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/ss/usermodel/Cell.java

index 63c358e40c6a6965a80874015a1e42251d158b2a..d458027bc7a3fbe4d5835be81549c14445127a64 100644 (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>.