File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/org/springframework/data/redis/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -297,13 +297,13 @@ private static void doCloseConnection(RedisConnection connection) {
297
297
}
298
298
299
299
/**
300
- * A {@link TransactionSynchronizationAdapter } that makes sure that the associated RedisConnection is released after
301
- * the transaction completes.
300
+ * A {@link TransactionSynchronization } that makes sure that the associated RedisConnection is released after the
301
+ * transaction completes.
302
302
*
303
303
* @author Christoph Strobl
304
304
* @author Thomas Darimont
305
305
*/
306
- private static class RedisTransactionSynchronizer extends TransactionSynchronizationAdapter {
306
+ private static class RedisTransactionSynchronizer implements TransactionSynchronization {
307
307
308
308
private final RedisConnectionHolder connHolder ;
309
309
private final RedisConnection connection ;
You can’t perform that action at this time.
0 commit comments