Skip to content

Commit 8b3f924

Browse files
committed
remove dup comma
1 parent f6d7901 commit 8b3f924

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/qiniu/http/Client.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public okhttp3.Response intercept(Chain chain) throws IOException {
6060
public List<InetAddress> lookup(String hostname) throws UnknownHostException {
6161
InetAddress[] ips;
6262
Domain domain = new Domain(hostname, false, Config.dnsHostFirst);
63-
;
6463
try {
6564
ips = d.queryInetAddress(domain);
6665
} catch (IOException e) {

0 commit comments

Comments
 (0)