Author: rjung
Date: Mon Dec 21 11:21:21 2015
New Revision: 1721128
URL: http://svn.apache.org/viewvc?rev=1721128&view=rev
Log:
Javadoc fixes in report package.
Modified:
jmeter/trunk/src/core/org/apache/jmeter/report/config/ReportGeneratorConfiguration.java
jmeter/trunk/src/core/org/apache/jmeter/report/processor/ErrorsSummaryConsumer.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=1721128&r1=1721127&r2=1721128&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
Mon Dec 21 11:21:21 2015
@@ -252,10 +252,12 @@ public class ReportGeneratorConfiguratio
// }
/**
- * Gets the sub configuration property prefix from the specified sub
- * configuration identifier.
+ * Gets the sub configuration property prefix from the specified key
+ * prefix and sub configuration identifier.
*
- * @param exporterId
+ * @param keyPrefix
+ * the key prefix
+ * @param subConfId
* the sub configuration identifier
* @return the sub configuration property prefix
*/
@@ -265,10 +267,12 @@ public class ReportGeneratorConfiguratio
}
/**
- * Gets the sub configuration property key from the specified identifier
and
- * property name.
+ * Gets the sub configuration property key from the specified key
+ * prefix, sub configuration identifier and property name.
*
- * @param exporterId
+ * @param keyPrefix
+ * the key prefix
+ * @param subConfId
* the sub configuration identifier
* @param propertyName
* the property name
Modified:
jmeter/trunk/src/core/org/apache/jmeter/report/processor/ErrorsSummaryConsumer.java
URL:
http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/report/processor/ErrorsSummaryConsumer.java?rev=1721128&r1=1721127&r2=1721128&view=diff
==============================================================================
---
jmeter/trunk/src/core/org/apache/jmeter/report/processor/ErrorsSummaryConsumer.java
(original)
+++
jmeter/trunk/src/core/org/apache/jmeter/report/processor/ErrorsSummaryConsumer.java
Mon Dec 21 11:21:21 2015
@@ -122,7 +122,7 @@ public class ErrorsSummaryConsumer exten
* Determine if the HTTP status code is successful or not i.e. in range 200
* to 399 inclusive
*
- * @param code
+ * @param codeAsString
* status code to check
* @return whether in range 200-399 or not
*