diff options
author | PJ Fanning <fanningpj@apache.org> | 2020-12-15 23:04:14 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2020-12-15 23:04:14 +0000 |
commit | 9c1eb6b18ee21a2e87a236d99b91f257d945f33a (patch) | |
tree | a5aec2e11c3a5c9a22eb3800fade9d2415b36807 /jenkins | |
parent | 55f29ac344667d4e5d3a9bb0d54b28e7396b5381 (diff) | |
download | poi-9c1eb6b18ee21a2e87a236d99b91f257d945f33a.tar.gz poi-9c1eb6b18ee21a2e87a236d99b91f257d945f33a.zip |
use less contentious language in code comments
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1884473 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jenkins')
-rw-r--r-- | jenkins/create_jobs.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jenkins/create_jobs.groovy b/jenkins/create_jobs.groovy index d39ffb0fd5..cbf08361f3 100644 --- a/jenkins/create_jobs.groovy +++ b/jenkins/create_jobs.groovy @@ -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') { |