Skip to content

Commit f2cee26

Browse files
DATAREDIS-507 - Polishing.
Added missing author and issue reference. Original Pull Request: #195
1 parent ebbcd95 commit f2cee26

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/test/java/org/springframework/data/redis/core/RedisKeyValueAdapterTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2015 the original author or authors.
2+
* Copyright 2015-2016 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -46,6 +46,7 @@
4646

4747
/**
4848
* @author Christoph Strobl
49+
* @author Mark Paluch
4950
*/
5051
public class RedisKeyValueAdapterTests {
5152

src/test/java/org/springframework/data/redis/core/RedisKeyValueAdapterUnitTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ public void setUp() throws Exception {
5656
redisKeyValueAdapter = new RedisKeyValueAdapter(redisTemplate);
5757
}
5858

59+
/**
60+
* @see DATAREDIS-507
61+
*/
5962
@Test
6063
public void destroyShouldNotDestroyConnectionFactory() throws Exception {
6164

0 commit comments

Comments
 (0)