Author: fanningpj
Date: Tue Dec 15 23:04:14 2020
New Revision: 1884473
URL: http://svn.apache.org/viewvc?rev=1884473&view=rev
Log:
use less contentious language in code comments
Modified:
poi/trunk/build.xml
poi/trunk/jenkins/create_jobs.groovy
poi/trunk/src/java/org/apache/poi/poifs/nio/CleanerUtil.java
poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java
Modified: poi/trunk/build.xml
URL:
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1884473&r1=1884472&r2=1884473&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Tue Dec 15 23:04:14 2020
@@ -3059,7 +3059,7 @@ org/apache/poi/schemas/ooxml/system/ooxm
]]></echo>
</target>
- <target name="test-env" description="tests if ant is available on the
jenkins slave">
+ <target name="test-env" description="tests if ant is available on the
jenkins worker">
<echo>Using Ant: ${ant.version} from ${ant.home}</echo>
</target>
Modified: poi/trunk/jenkins/create_jobs.groovy
URL:
http://svn.apache.org/viewvc/poi/trunk/jenkins/create_jobs.groovy?rev=1884473&r1=1884472&r2=1884473&view=diff
==============================================================================
--- poi/trunk/jenkins/create_jobs.groovy (original)
+++ poi/trunk/jenkins/create_jobs.groovy Tue Dec 15 23:04:14 2020
@@ -601,7 +601,7 @@ xmlbeansjobs.each { xjob ->
/*
Add a special job which spans a two-dimensional matrix of all JDKs that we
want to use and
-all slaves that we would like to use and test if the java and ant binaries are
available
+all worker nodes that we would like to use and test if the java and ant
binaries are available
on that machine correctly.
*/
matrixJob('POI/POI-DSL-Test-Environment') {
Modified: poi/trunk/src/java/org/apache/poi/poifs/nio/CleanerUtil.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/java/org/apache/poi/poifs/nio/CleanerUtil.java?rev=1884473&r1=1884472&r2=1884473&view=diff
==============================================================================
--- poi/trunk/src/java/org/apache/poi/poifs/nio/CleanerUtil.java (original)
+++ poi/trunk/src/java/org/apache/poi/poifs/nio/CleanerUtil.java Tue Dec 15
23:04:14 2020
@@ -87,7 +87,7 @@ public final class CleanerUtil {
}
}
- @SuppressForbidden("Java 9 Jigsaw whitelists access to sun.misc.Cleaner,
so setAccessible works")
+ @SuppressForbidden("Java 9 Jigsaw allows access to sun.misc.Cleaner, so
setAccessible works")
private static Object unmapHackImpl() {
final MethodHandles.Lookup lookup = MethodHandles.lookup();
try {
Modified: poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java?rev=1884473&r1=1884472&r2=1884473&view=diff
==============================================================================
--- poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java
(original)
+++ poi/trunk/src/ooxml/java/org/apache/poi/xssf/usermodel/XSSFCell.java Tue
Dec 15 23:04:14 2020
@@ -460,7 +460,7 @@ public final class XSSFCell extends Cell
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);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]