using super instead of this to keep the code style
This commit is contained in:
@@ -13,7 +13,7 @@ import redis.clients.util.SafeEncoder;
|
||||
public class Client extends BinaryClient implements Commands {
|
||||
|
||||
public Client() {
|
||||
this(Protocol.DEFAULT_HOST, Protocol.DEFAULT_PORT);
|
||||
super(Protocol.DEFAULT_HOST, Protocol.DEFAULT_PORT);
|
||||
}
|
||||
|
||||
public Client(final String host) {
|
||||
|
||||
Reference in New Issue
Block a user