Skip to content

Commit

Permalink
Fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
FSchumacher committed Sep 27, 2024
1 parent 954d229 commit 6abfb4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xdocs/usermanual/component_reference.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4101,7 +4101,7 @@ instead. (see figures 12 and 13).</p>
JMeter's classpath - easiest to copy <code>.jar</code> file into JMeter's <code>/lib</code> directory).
<p>The list of the preconfigured jdbc driver classes can be configured with <code>jdbc.config.jdbc.driver.class</code> property and are by default:</p>
<dl>
<dt>hsqldb</dt><dd><code>org.hsqldb.jdbc.JDBCDriver</code/><dd>
<dt>hsqldb</dt><dd><code>org.hsqldb.jdbc.JDBCDriver</code></dd>
<dt>Oracle</dt><dd><code>oracle.jdbc.OracleDriver</code></dd>
<dt>DB2</dt><dd><code>com.ibm.db2.jcc.DB2Driver</code></dd>
<dt>MySQL</dt>
Expand Down

0 comments on commit 6abfb4d

Please sign in to comment.