DATAREDIS-618 - Polishing.

Remove superfluous line breaks and trailing whitespaces. Create dedicated tests for RedisServer.

Original pull request: #241.
This commit is contained in:
Mark Paluch
2017-03-31 10:44:34 +02:00
parent f377d2c35d
commit bf1a7ac8a3
2 changed files with 51 additions and 4 deletions

View File

@@ -24,7 +24,6 @@ import org.springframework.util.StringUtils;
* @author Christoph Strobl
* @author Thomas Darimont
* @author Franjo Zilic
*
* @since 1.4
*/
public class RedisServer extends RedisNode {
@@ -65,7 +64,7 @@ public class RedisServer extends RedisNode {
/**
* Creates a new {@link RedisServer} with the given {@code host}, {@code port}.
*
*
* @param host must not be {@literal null}
* @param port
*/
@@ -75,7 +74,7 @@ public class RedisServer extends RedisNode {
/**
* Creates a new {@link RedisServer} with the given {@code host}, {@code port} and {@code properties}.
*
*
* @param host must not be {@literal null}
* @param port
* @param properties may be {@literal null}
@@ -95,7 +94,7 @@ public class RedisServer extends RedisNode {
/**
* Creates a new {@link RedisServer} from the given properties.
*
*
* @param properties
* @return
*/