We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb3dd67 commit f7354b7Copy full SHA for f7354b7
src/com/qiniu/io/IO.java
@@ -105,7 +105,7 @@ public void onFailure(QiniuException ex) {
105
return;
106
}
107
isa.reset();
108
- final Client.ClientExecutor executor2 = client.makeClientExecutor();
+ Client.ClientExecutor executor2 = client.makeClientExecutor();
109
client.call(executor2, Conf.UP_HOST2, m, ret);
110
111
};
0 commit comments