Skip to content

Commit de445ea

Browse files
committed
Removed comment.
1 parent ff9074f commit de445ea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/apache/ibatis/transaction/jdbc/JdbcTransaction.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ public class JdbcTransaction implements Transaction {
4242
protected Connection connection;
4343
protected DataSource dataSource;
4444
protected TransactionIsolationLevel level;
45-
// MEMO: We are aware of the typo. See #941
4645
protected boolean autoCommit;
4746

4847
public JdbcTransaction(DataSource ds, TransactionIsolationLevel desiredLevel, boolean desiredAutoCommit) {

0 commit comments

Comments
 (0)