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/05/02 07:03:01 UTC

svn commit: r1858518 - /jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java

Author: pmouawad
Date: Thu May  2 07:03:01 2019
New Revision: 1858518

URL: http://svn.apache.org/viewvc?rev=1858518&view=rev
Log:
Formatting

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java?rev=1858518&r1=1858517&r2=1858518&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/util/JSR223TestElement.java Thu May  2 07:03:01 2019
@@ -130,7 +130,7 @@ public abstract class JSR223TestElement
         bindings.put("Label", label); // $NON-NLS-1$ (this name is fixed)
         bindings.put("FileName", fileName); // $NON-NLS-1$ (this name is fixed)
         bindings.put("Parameters", scriptParameters); // $NON-NLS-1$ (this name is fixed)
-        String [] args=JOrphanUtils.split(scriptParameters, " ");//$NON-NLS-1$
+        String[] args=JOrphanUtils.split(scriptParameters, " ");//$NON-NLS-1$
         bindings.put("args", args); // $NON-NLS-1$ (this name is fixed)
         // Add variables for access to context and variables
         JMeterContext jmctx = JMeterContextService.getContext();