DATAREDIS-682 - Polishing.

Enforce nullability constraints and update documentation.

Original Pull Request: #286
This commit is contained in:
Christoph Strobl
2017-11-13 09:49:29 +01:00
parent d08ab93421
commit 3ec25eebb8
4 changed files with 13 additions and 8 deletions

View File

@@ -23,7 +23,7 @@ import org.springframework.data.redis.connection.RedisStandaloneConfiguration;
/**
* Utility class exposing connection settings to connect Redis instances during test execution. Settings can be adjusted
* by overriding these in {@literal org/springframework/data/redis/test.properties}.
*
*
* @author Costin Leau
* @author Mark Paluch
*/
@@ -71,7 +71,7 @@ public abstract class SettingsUtils {
/**
* Construct a new {@link RedisStandaloneConfiguration} initialized with test endpoint settings.
*
*
* @return a new {@link RedisStandaloneConfiguration} initialized with test endpoint settings.
*/
public static RedisStandaloneConfiguration standaloneConfiguration() {
@@ -80,7 +80,7 @@ public abstract class SettingsUtils {
/**
* Construct a new {@link RedisSocketConfiguration} initialized with test endpoint settings.
*
*
* @return a new {@link RedisSocketConfiguration} initialized with test endpoint settings.
*/
public static RedisSocketConfiguration socketConfiguration() {