fix javadoc error
This commit is contained in:
@@ -41,11 +41,6 @@ public class WxCpJedisConfigStorage implements WxCpConfigStorage {
|
|||||||
/* Redis clients pool */
|
/* Redis clients pool */
|
||||||
private final JedisPool jedisPool;
|
private final JedisPool jedisPool;
|
||||||
|
|
||||||
/**
|
|
||||||
*
|
|
||||||
*
|
|
||||||
* @param jedis
|
|
||||||
*/
|
|
||||||
public WxCpJedisConfigStorage(String host, int port) {
|
public WxCpJedisConfigStorage(String host, int port) {
|
||||||
this.jedisPool = new JedisPool(host, port);
|
this.jedisPool = new JedisPool(host, port);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user