DATAREDIS-1091 - Polishing.

Make fields final where possible. Update since tags.

Original pull request: #517.
This commit is contained in:
Mark Paluch
2020-07-15 10:09:21 +02:00
parent 546ebda2f2
commit f92ed7632d
3 changed files with 7 additions and 5 deletions

View File

@@ -58,6 +58,8 @@ import org.springframework.data.redis.core.index.Indexed;
import org.springframework.data.redis.core.mapping.RedisMappingContext;
/**
* Integration tests for {@link RedisKeyValueAdapter}.
*
* @author Christoph Strobl
* @author Mark Paluch
*/