Skip to content

Commit

Permalink
Fix typo in Connection
Browse files Browse the repository at this point in the history
fix documentation

[resolves #283]
  • Loading branch information
oshai authored Sep 4, 2023
1 parent 160cd27 commit ac0eea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2dbc-spi/src/main/java/io/r2dbc/spi/Connection.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public interface Connection extends Closeable {
* Calling this method during an active transaction and the
* auto-commit mode is changed, the transaction is committed. Calling this method without changing auto-commit mode this invocation results in a no-op.
*
* @param autoCommit the isolation level for this transaction
* @param autoCommit the auto-commit mode to set for this connection
* @return a {@link Publisher} that indicates that auto-commit mode has been configured
*/
Publisher<Void> setAutoCommit(boolean autoCommit);
Expand Down

0 comments on commit ac0eea4

Please sign in to comment.