mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-25 01:14:36 +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 */
|
||||
private final JedisPool jedisPool;
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
* @param jedis
|
||||
*/
|
||||
public WxCpJedisConfigStorage(String host, int port) {
|
||||
this.jedisPool = new JedisPool(host, port);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user