DATAREDIS-842 - Polishing.

Reformat code. Add author tags. Add integration test.

Original pull request: #345.
This commit is contained in:
Mark Paluch
2018-06-06 12:23:07 +02:00
parent e61beb441f
commit afd8606e19
3 changed files with 36 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ import org.springframework.util.ClassUtils;
* @author Christoph Strobl
* @author Mark Paluch
* @author Balázs Németh
* @author Ruben Cervilla
*/
public class LettuceConnectionFactory
implements InitializingBean, DisposableBean, RedisConnectionFactory, ReactiveRedisConnectionFactory {