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


The following commit(s) were added to refs/heads/master by this push:
     new 0619b848c6 Javadoc link for commons-math has changed
0619b848c6 is described below

commit 0619b848c62e34ee44c32cc8184a28f953d846f5
Author: Felix Schumacher <[email protected]>
AuthorDate: Mon Feb 20 14:02:41 2023 +0100

    Javadoc link for commons-math has changed
---
 xdocs/usermanual/properties_reference.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xdocs/usermanual/properties_reference.xml 
b/xdocs/usermanual/properties_reference.xml
index 2643f37f09..68441b1bb8 100644
--- a/xdocs/usermanual/properties_reference.xml
+++ b/xdocs/usermanual/properties_reference.xml
@@ -1165,7 +1165,7 @@ JMETER-SERVER</source>
     Defaults to: <code>5000</code>
 </property>
 <property name="backend_metrics_percentile_estimator">
-    Specify the <a 
href="https://commons.apache.org/proper/commons-math/javadocs/api-3.5/org/apache/commons/math3/stat/descriptive/rank/Percentile.EstimationType.html";>Percentile
 Estimation Type</a> to use.<br/>
+    Specify the <a 
href="https://commons.apache.org/proper/commons-math/javadocs/api-3.6.1/org/apache/commons/math3/stat/descriptive/rank/Percentile.EstimationType.html";>Percentile
 Estimation Type</a> to use.<br/>
     To make the values from the dashboard compatible with the Aggregate 
Report, use the value <code>R_3</code>.<br/>
     Defaults to: <code>LEGACY</code>
 </property>

Reply via email to