Skip to content

Commit

Permalink
Merge d3b0069 into 2d514e9
Browse files Browse the repository at this point in the history
  • Loading branch information
duoyuli committed Sep 15, 2019
2 parents 2d514e9 + d3b0069 commit 3f29f02
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public DataAccessException translateExceptionIfPossible(RuntimeException e) {
@Override
public ReactiveRedisConnection getReactiveConnection() {
if (delegate instanceof ReactiveRedisConnectionFactory) {
return new TracingReactiveRedisConnection((ReactiveRedisConnection) delegate,
return new TracingReactiveRedisConnection(((ReactiveRedisConnectionFactory) delegate).getReactiveConnection(),
tracingConfiguration);
}
// TODO: shouldn't we throw an exception?
Expand Down

0 comments on commit 3f29f02

Please sign in to comment.