添加DNS解析器支持 (#171) fix

This commit is contained in:
Binary Wang
2017-05-10 11:28:35 +08:00
parent b2c4160e37
commit a6d29d9c30

View File

@ -1,4 +1,4 @@
package me.chanjar.weixin.common.util.http;
package me.chanjar.weixin.common.util.http.apache;
import org.apache.commons.lang3.StringUtils;
import org.apache.http.annotation.NotThreadSafe;