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
commit a4d5d14a2e9f09c9c436b10f64b7fe5e91071730 Author: Felix Schumacher <[email protected]> AuthorDate: Sat Oct 5 18:15:39 2019 +0200 Add comment about bolt dir in tutorial Closes #521 on github --- xdocs/usermanual/jmeter_tutorial.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/xdocs/usermanual/jmeter_tutorial.xml b/xdocs/usermanual/jmeter_tutorial.xml index 27ff9e1..33c5be0 100644 --- a/xdocs/usermanual/jmeter_tutorial.xml +++ b/xdocs/usermanual/jmeter_tutorial.xml @@ -114,6 +114,7 @@ The folders inside of <code>src</code> <dt><code>bom</code></dt><dd></dd> --> <dt><code>bshclient</code></dt><dd>code for the BeanShell based client</dd> + <dt><code>bolt</code></dt><dd>code for the Bolt protocol</dd> <dt><code>components</code></dt><dd>contains non-protocol-specific components like visualizers, assertions, etc.</dd> <!-- <dt><code>config</code></dt><dd>XXX</dd>
