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 2019/07/24 14:22:42 UTC

[jmeter] branch master updated: Fix space

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


The following commit(s) were added to refs/heads/master by this push:
     new 53a25e6  Fix space
53a25e6 is described below

commit 53a25e6ba31b5538aab75fced42c74eabe5e8715
Author: pmouawad <p....@ubik-ingenierie.com>
AuthorDate: Wed Jul 24 16:22:29 2019 +0200

    Fix space
---
 src/functions/org/apache/jmeter/functions/StringToFile.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/functions/org/apache/jmeter/functions/StringToFile.java b/src/functions/org/apache/jmeter/functions/StringToFile.java
index 3b17c8a..5d542ca 100644
--- a/src/functions/org/apache/jmeter/functions/StringToFile.java
+++ b/src/functions/org/apache/jmeter/functions/StringToFile.java
@@ -43,7 +43,7 @@ import org.slf4j.LoggerFactory;
 /**
  * StringToFile Function to write a String to a file
  *
- * Parameters: 
+ * Parameters:
  * <ul>
  *  <li>file name</li>
  *  <li>content</li>