fix javadoc error

This commit is contained in:
Binary Wang 2016-08-23 23:32:48 +08:00
parent bb0147bd57
commit 8d72adc52e

View File

@ -41,11 +41,6 @@ public class WxCpJedisConfigStorage implements WxCpConfigStorage {
/* Redis clients pool */
private final JedisPool jedisPool;
/**
*
*
* @param jedis
*/
public WxCpJedisConfigStorage(String host, int port) {
this.jedisPool = new JedisPool(host, port);
}