Skip to content

Commit

Permalink
remove dup comma
Browse files Browse the repository at this point in the history
  • Loading branch information
longbai committed Sep 2, 2016
1 parent f6d7901 commit 8b3f924
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/qiniu/http/Client.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public okhttp3.Response intercept(Chain chain) throws IOException {
public List<InetAddress> lookup(String hostname) throws UnknownHostException {
InetAddress[] ips;
Domain domain = new Domain(hostname, false, Config.dnsHostFirst);
;
try {
ips = d.queryInetAddress(domain);
} catch (IOException e) {
Expand Down

0 comments on commit 8b3f924

Please sign in to comment.