You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by vl...@apache.org on 2020/03/31 18:07:49 UTC

[jmeter] branch master updated: Remove trailing whitespace in changes.xml

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6612946  Remove trailing whitespace in changes.xml
6612946 is described below

commit 661294668422729260bdcad745feb50b03a33083
Author: Vladimir Sitnikov <si...@gmail.com>
AuthorDate: Tue Mar 31 21:07:36 2020 +0300

    Remove trailing whitespace in changes.xml
---
 xdocs/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/changes.xml b/xdocs/changes.xml
index e90b2f2..6eb940d 100644
--- a/xdocs/changes.xml
+++ b/xdocs/changes.xml
@@ -101,7 +101,7 @@ For instance: log viewer, JSR223 code editor were not previously scaled with zoo
 
 <ch_section>Incompatible changes</ch_section>
 <ul>
-    <li>Default value of <code>httpclient4.time_to_live</code> has been modified from 2000 to 60000, this means HTTP connections will live longer than before. This 
+    <li>Default value of <code>httpclient4.time_to_live</code> has been modified from 2000 to 60000, this means HTTP connections will live longer than before. This
     has impact on connection creation and SSL handshake, see <bugzilla>64289</bugzilla></li>
 </ul>
 <!-- =================== Improvements =================== -->