DATAREDIS-507 - Polishing.
Added missing author and issue reference. Original Pull Request: #195
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2015 the original author or authors.
|
||||
* Copyright 2015-2016 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -46,6 +46,7 @@ import org.springframework.data.redis.core.mapping.RedisMappingContext;
|
||||
|
||||
/**
|
||||
* @author Christoph Strobl
|
||||
* @author Mark Paluch
|
||||
*/
|
||||
public class RedisKeyValueAdapterTests {
|
||||
|
||||
|
||||
@@ -56,6 +56,9 @@ public class RedisKeyValueAdapterUnitTests {
|
||||
redisKeyValueAdapter = new RedisKeyValueAdapter(redisTemplate);
|
||||
}
|
||||
|
||||
/**
|
||||
* @see DATAREDIS-507
|
||||
*/
|
||||
@Test
|
||||
public void destroyShouldNotDestroyConnectionFactory() throws Exception {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user