From 14f252f2fd673910bbebf31bcb7146d2a6d5a0d9 Mon Sep 17 00:00:00 2001 From: Christoph Strobl Date: Fri, 13 Jan 2017 08:10:22 +0100 Subject: [PATCH] DATAREDIS-564 - Polishing. Update license header. Add ticket reference to existing testcase. Original Pull Request: #228 --- .../data/redis/connection/jedis/JedisConnection.java | 2 +- .../connection/jedis/JedisConnectionIntegrationTests.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/org/springframework/data/redis/connection/jedis/JedisConnection.java b/src/main/java/org/springframework/data/redis/connection/jedis/JedisConnection.java index 34b1277e2..694414ed4 100644 --- a/src/main/java/org/springframework/data/redis/connection/jedis/JedisConnection.java +++ b/src/main/java/org/springframework/data/redis/connection/jedis/JedisConnection.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2016 the original author or authors. + * Copyright 2011-2017 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. diff --git a/src/test/java/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests.java b/src/test/java/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests.java index 64615097c..24a8be801 100644 --- a/src/test/java/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests.java +++ b/src/test/java/org/springframework/data/redis/connection/jedis/JedisConnectionIntegrationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2011-2015 the original author or authors. + * Copyright 2011-2017 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. @@ -13,7 +13,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - package org.springframework.data.redis.connection.jedis; import static org.hamcrest.CoreMatchers.*; @@ -361,6 +360,7 @@ public class JedisConnectionIntegrationTests extends AbstractConnectionIntegrati /** * @see DATAREDIS-286 + * @see DATAREDIS-564 */ @Test public void expireShouldSupportExiprationForValuesLargerThanInteger() {