This is an automated email from the ASF dual-hosted git repository.
fschumacher 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 50ad778 Apply style (gradlew style)
50ad778 is described below
commit 50ad778d58d1ed6cb6f743df30bb4fbfe3979fa3
Author: Felix Schumacher <felix.schumacher@internetallee.de>
AuthorDate: Sun Feb 16 15:37:23 2020 +0100
Apply style (gradlew style)
---
xdocs/usermanual/properties_reference.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/xdocs/usermanual/properties_reference.xml b/xdocs/usermanual/properties_reference.xml
index bd74dd9..a520510 100644
--- a/xdocs/usermanual/properties_reference.xml
+++ b/xdocs/usermanual/properties_reference.xml
@@ -333,9 +333,9 @@ JMETER-SERVER</source>
</property>
<property name="client.rmi.localport">
Parameter that controls the RMI port used by the <code>RemoteSampleListenerImpl</code>
(The Controller)<br/>
- Default value is <code>0</code>, which means port is randomly assigned.
- If this is non-zero, it will be used as the base for local port numbers for the client
engine.
- At the moment JMeter will open up to three ports beginning with the port defined in this
property.
+ Default value is <code>0</code>, which means port is randomly assigned.
+ If this is non-zero, it will be used as the base for local port numbers for the client
engine.
+ At the moment JMeter will open up to three ports beginning with the port defined in this
property.
<note>You may need to open corresponding ports in the firewall on the Controller
machine.</note>
Defaults to: <code>0</code>
</property>
|