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 2017/08/05 14:28:35 UTC

svn commit: r1804190 - /jmeter/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java

Author: fschumacher
Date: Sat Aug  5 14:28:35 2017
New Revision: 1804190

URL: http://svn.apache.org/viewvc?rev=1804190&view=rev
Log:
javadoc thinks the comma is part of the name of the parameter

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java?rev=1804190&r1=1804189&r2=1804190&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java Sat Aug  5 14:28:35 2017
@@ -725,7 +725,7 @@ public class ReportGeneratorConfiguratio
      * Parses a string coming from properties to fill a map containing
      * sample names as keys and an array of 2 longs [satisfied, tolerated] as values.
      * The sample name can be a regex supplied by the user.
-     * @param apdexPerTransaction, the string coming from properties
+     * @param apdexPerTransaction the string coming from properties
      * @return {@link Map} containing for each sample name or sample name regex an array of Long corresponding to satisfied and tolerated apdex thresholds.
      */
     public static Map<String, Long[]> getApdexPerTransactionParts(String apdexPerTransaction) {