You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2020/06/09 19:18:36 UTC

[jmeter] 02/02: Use neutral wording

This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit bf7de5ba881e5c8374c597b185028ca0ac9ec232
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Tue Jun 9 16:25:10 2020 +0200

    Use neutral wording
    
    Closes #596 on github
---
 settings.gradle.kts | 2 +-
 xdocs/changes.xml   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/settings.gradle.kts b/settings.gradle.kts
index fc2efc4..77f8f5b 100644
--- a/settings.gradle.kts
+++ b/settings.gradle.kts
@@ -137,7 +137,7 @@ val violations =
         .joinToString("\n  ") { (file, sha512) -> "SHA-512(${file.name}) = $sha512 ($file)" }
 
 if (violations.isNotBlank()) {
-    throw GradleException("Buildscript classpath has non-whitelisted files:\n  $violations")
+    throw GradleException("Buildscript classpath has permitted files that were not explicitly permitted:\n  $violations")
 }
 
 apply(plugin = "com.github.vlsi.checksum-dependency")
diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index 0772b9a..2ca583e 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -119,6 +119,7 @@ Summary
     <li><bug>64440</bug>Log exeptions reported via <code>JMeterUtils#reportToUser</code> even when in GUI mode</li>
     <li><pr>591</pr>Remove deprecated sudo flag from travis file. .Deng Liming (liming.d.pro at gmail.com)</li>
     <li>Updated Darklaf to 2.2.1 (from 2.1.1)</li>
+    <li><pr>596</pr>Use neutral words in documentation</li>
 </ul>
 
  <!-- =================== Bug fixes =================== -->