Skip to content

Commit a4912dd

Browse files
committed
Remove obsolete field
See gh-32992
1 parent f35c39f commit a4912dd

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

spring-jdbc/src/main/java/org/springframework/jdbc/datasource/JdbcTransactionObjectSupport.java

+1-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2023 the original author or authors.
2+
* Copyright 2002-2024 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -19,9 +19,6 @@
1919
import java.sql.SQLException;
2020
import java.sql.Savepoint;
2121

22-
import org.apache.commons.logging.Log;
23-
import org.apache.commons.logging.LogFactory;
24-
2522
import org.springframework.lang.Nullable;
2623
import org.springframework.transaction.CannotCreateTransactionException;
2724
import org.springframework.transaction.NestedTransactionNotSupportedException;
@@ -48,9 +45,6 @@
4845
*/
4946
public abstract class JdbcTransactionObjectSupport implements SavepointManager, SmartTransactionObject {
5047

51-
private static final Log logger = LogFactory.getLog(JdbcTransactionObjectSupport.class);
52-
53-
5448
@Nullable
5549
private ConnectionHolder connectionHolder;
5650

0 commit comments

Comments
 (0)