From 82458b1b0736090b12975609815078591da07c2f Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 19 Sep 2021 20:56:08 +0000 Subject: [PATCH] javadoc issue git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893455 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/org/apache/poi/ss/formula/WorkbookEvaluator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/poi/src/main/java/org/apache/poi/ss/formula/WorkbookEvaluator.java b/poi/src/main/java/org/apache/poi/ss/formula/WorkbookEvaluator.java index 6df1b42850..dc06753f4a 100644 --- a/poi/src/main/java/org/apache/poi/ss/formula/WorkbookEvaluator.java +++ b/poi/src/main/java/org/apache/poi/ss/formula/WorkbookEvaluator.java @@ -45,7 +45,7 @@ import org.apache.poi.util.Internal; import static org.apache.logging.log4j.util.Unbox.box; /** - * Evaluates formula cells.

+ * Evaluates formula cells. *

* For performance reasons, this class keeps a cache of all previously calculated intermediate * cell values. Be sure to call {@link #clearAllCachedResultValues()} if any workbook cells are changed between @@ -877,7 +877,7 @@ public final class WorkbookEvaluator { /** * Adjust formula relative references by the offset between the start of the given region and the given target cell. * That is, treat the region top-left cell as "A1" for the purposes of evaluating relative reference components (row and/or column), - * and further move references by the position of the target within the region.

+ * and further move references by the position of the target within the region. *

* {@code formula ref + range top-left + current cell range offset} * which simplifies to -- 2.39.5