DATAREDIS-507 - Polishing.

Added missing author and issue reference.

Original Pull Request: #195
This commit is contained in:
Christoph Strobl
2016-05-04 08:33:23 +02:00
parent ebbcd95c6d
commit f2cee266e3
2 changed files with 5 additions and 1 deletions

View File

@@ -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 {

View File

@@ -56,6 +56,9 @@ public class RedisKeyValueAdapterUnitTests {
redisKeyValueAdapter = new RedisKeyValueAdapter(redisTemplate);
}
/**
* @see DATAREDIS-507
*/
@Test
public void destroyShouldNotDestroyConnectionFactory() throws Exception {