File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
spring-jdbc/src/main/java/org/springframework/jdbc/datasource Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 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.
1919import java .sql .SQLException ;
2020import java .sql .Savepoint ;
2121
22- import org .apache .commons .logging .Log ;
23- import org .apache .commons .logging .LogFactory ;
24-
2522import org .springframework .lang .Nullable ;
2623import org .springframework .transaction .CannotCreateTransactionException ;
2724import org .springframework .transaction .NestedTransactionNotSupportedException ;
4845 */
4946public 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
You can’t perform that action at this time.
0 commit comments