We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f063b0e commit 6b0015cCopy full SHA for 6b0015c
java/AoJ/README.md
@@ -64,7 +64,7 @@ the last test in ```com.oracle.adbaoverjdbc.test.FirstLight.java```. For an
64
introduction to ADBA see the [JavaOne 2017 presentation](http://www.oracle.com/technetwork/database/application-development/jdbc/con1491-3961036.pdf).
65
66
67
-``` public void transactionSample() {
+```public void transactionSample() {
68
// get the AoJ DataSourceFactory
69
DataSourceFactory factory = DataSourceFactory.forName("com.oracle.adbaoverjdbc.DataSourceFactory");
70
// get a DataSource and a Connection
0 commit comments