Skip to content

Commit 4806ada

Browse files
authored
Update Long with long
1 parent c5afe25 commit 4806ada

File tree

1 file changed

+1
-1
lines changed
  • library/src/main/java/com/qiniu/android/http

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,6 @@ public void run() {
306306

307307
private static class ResponseTag {
308308
public String ip = null;
309-
public Long duration = null;
309+
public long duration = null;
310310
}
311311
}

0 commit comments

Comments
 (0)