Javadoc fix

This commit is contained in:
Lukas Eder 2013-07-11 00:32:48 +02:00
parent 1798c7afe1
commit a768462811

View File

@ -76,6 +76,7 @@ import java.util.Properties;
* Connection connection = new MockConnection(provider);
* DSLContext create = DSL.using(connection, dialect);
* assertEquals(1, create.selectOne().fetch().size());
* </pre></code>
* <p>
* While this <code>MockConnection</code> can be used independently of jOOQ, it
* has been optimised for usage with jOOQ. JDBC features that are not used by