javadocs fixed

pull/748/head
Nikita 8 years ago
parent 18f6c465fc
commit 539a0c9bda

@ -45,7 +45,7 @@ public interface NodesGroup<N extends Node> {
/**
* Get Redis node by address in format: <code>host:port</code>
*
* @param address
* @param address of node
* @return node
*/
N getNode(String address);

@ -18,8 +18,6 @@ package org.redisson.api;
/**
* Bloom filter based on 64-bit hash derived from 128-bit hash (xxHash + FarmHash).
*
* Code parts from Guava BloomFilter
*
* @author Nikita Koksharov
*
* @param <T> - type of object

Loading…
Cancel
Save