From 9c1eb6b18ee21a2e87a236d99b91f257d945f33a Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 15 Dec 2020 23:04:14 +0000 Subject: use less contentious language in code comments git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884473 13f79535-47bb-0310-9956-ffa450edef68 --- src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ooxml') diff --git a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java index 025726e19d..d2d135b3e2 100644 --- a/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java +++ b/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java @@ -460,7 +460,7 @@ public final class XSSFCell extends CellBase { CTCellFormula f = _cell.getF(); if (isPartOfArrayFormulaGroup()) { - /* In an excel generated array formula, the formula property might be set, but the string is empty in slave cells */ + /* In an excel generated array formula, the formula property might be set, but the string is empty in related cells */ if (f == null || f.getStringValue().isEmpty()) { XSSFCell cell = getSheet().getFirstCellInArrayFormula(this); return cell.getCellFormula(fpb); -- cgit v1.2.3