File tree 1 file changed +1
-7
lines changed
spring-jdbc/src/main/java/org/springframework/jdbc/datasource
1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2023 the original author or authors.
2
+ * Copyright 2002-2024 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
19
19
import java .sql .SQLException ;
20
20
import java .sql .Savepoint ;
21
21
22
- import org .apache .commons .logging .Log ;
23
- import org .apache .commons .logging .LogFactory ;
24
-
25
22
import org .springframework .lang .Nullable ;
26
23
import org .springframework .transaction .CannotCreateTransactionException ;
27
24
import org .springframework .transaction .NestedTransactionNotSupportedException ;
48
45
*/
49
46
public abstract class JdbcTransactionObjectSupport implements SavepointManager , SmartTransactionObject {
50
47
51
- private static final Log logger = LogFactory .getLog (JdbcTransactionObjectSupport .class );
52
-
53
-
54
48
@ Nullable
55
49
private ConnectionHolder connectionHolder ;
56
50
You can’t perform that action at this time.
0 commit comments