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 2017/10/03 19:09:32 UTC

svn commit: r1811025 - /jmeter/trunk/xdocs/usermanual/component_reference.xml

Author: pmouawad
Date: Tue Oct  3 19:09:32 2017
New Revision: 1811025

URL: http://svn.apache.org/viewvc?rev=1811025&view=rev
Log:
Fix docs as per note on user mailing list "switch controller documentation wrong"

Modified:
    jmeter/trunk/xdocs/usermanual/component_reference.xml

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1811025&r1=1811024&r2=1811025&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Tue Oct  3 19:09:32 2017
@@ -2362,8 +2362,8 @@ If there is no default, then no element
 </p>
 </description>
 <properties>
-    <property name="Name" required="Yes">Descriptive name for this controller that is shown in the tree, and used to name the transaction.</property>
-    <property name="Switch Value" required="Yes">The number (or name) of the subordinate element to be invoked. Elements are numbered from 0.</property>
+    <property name="Name" required="No">Descriptive name for this controller that is shown in the tree.</property>
+    <property name="Switch Value" required="No">The number (or name) of the subordinate element to be invoked. Elements are numbered from 0. Defaults to 0</property>
 </properties>
 </component>