mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-24 16:18:51 +08:00
fix javadoc error
This commit is contained in:
parent
bb0147bd57
commit
8d72adc52e
@ -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);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user