Skip to content

Commit

Permalink
Update DataSourceDefinition.java
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
coiouhkc authored Sep 3, 2024
1 parent 3c680ad commit 2cc76a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@
*
* <ul>
* <li>Connection.TRANSACTION_NONE,
* <li>Connection.TRANSACTION_READ_ UNCOMMITTED,
* <li>Connection.TRANSACTION_READ_UNCOMMITTED,
* <li>Connection.TRANSACTION_READ_COMMITTED,
* <li>Connection.TRANSACTION_REPEATABLE_READ,
* <li>Connection.TRANSACTION_SERIALIZABLE
Expand Down

0 comments on commit 2cc76a2

Please sign in to comment.