DATAREDIS-564 - Polishing.

Update license header.
Add ticket reference to existing testcase.

Original Pull Request: #228
This commit is contained in:
Christoph Strobl
2017-01-13 08:10:22 +01:00
parent 60b9921261
commit 14f252f2fd
2 changed files with 3 additions and 3 deletions

View File

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

View File

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