You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2020/04/26 13:15:11 UTC

[jmeter] 02/02: Fix checkstyle error

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

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

commit 126abfdb36e0a46ab41c9a9d6bd646da8e061e9f
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Sun Apr 26 15:14:58 2020 +0200

    Fix checkstyle error
---
 src/core/src/main/resources/org/apache/jmeter/gui/action/schematic.xsl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/src/main/resources/org/apache/jmeter/gui/action/schematic.xsl b/src/core/src/main/resources/org/apache/jmeter/gui/action/schematic.xsl
index 8b6918a..8de6410 100644
--- a/src/core/src/main/resources/org/apache/jmeter/gui/action/schematic.xsl
+++ b/src/core/src/main/resources/org/apache/jmeter/gui/action/schematic.xsl
@@ -552,7 +552,7 @@ ul.tree li:last-child {
 <xsl:template match="PreciseThroughputTimer">
 <li>
     <xsl:call-template name="header"/>
-    (throughput:<xsl:value-of select='stringProp[@name="throughput"]'/> samples per 
+    (throughput:<xsl:value-of select='stringProp[@name="throughput"]'/> samples per
     <xsl:value-of select='intProp[@name="throughputPeriod"]'/>sec for test duration:<xsl:value-of select='longProp[@name="duration"]'/>)
     <xsl:call-template name="comment"/>
 </li>