Skip to content

Commit ac0eea4

Browse files
authored
Fix typo in Connection
fix documentation [resolves #283]
1 parent 160cd27 commit ac0eea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

r2dbc-spi/src/main/java/io/r2dbc/spi/Connection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public interface Connection extends Closeable {
164164
* Calling this method during an active transaction and the
165165
* auto-commit mode is changed, the transaction is committed. Calling this method without changing auto-commit mode this invocation results in a no-op.
166166
*
167-
* @param autoCommit the isolation level for this transaction
167+
* @param autoCommit the auto-commit mode to set for this connection
168168
* @return a {@link Publisher} that indicates that auto-commit mode has been configured
169169
*/
170170
Publisher<Void> setAutoCommit(boolean autoCommit);

0 commit comments

Comments
 (0)