Skip to content

Commit e82a72a

Browse files
committed
format
1 parent 156eaa7 commit e82a72a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/lettuce/core/failover/DatabaseRawConnectionFactory.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
import io.lettuce.core.api.StatefulRedisConnection;
55

66
/**
7-
* Factory interface to obtain direct {@link StatefulRedisConnection connections} to Redis database nodes. Connections created by
8-
* this factory are raw connections without CircuitBreaker counting, health checks, or other management features.
7+
* Factory interface to obtain direct {@link StatefulRedisConnection connections} to Redis database nodes. Connections created
8+
* by this factory are raw connections without CircuitBreaker counting, health checks, or other management features.
99
*
1010
* @author Ivo Gaydazhiev
1111
* @since 7.2

0 commit comments

Comments
 (0)