Skip to content

Commit f7354b7

Browse files
committed
remove final
1 parent eb3dd67 commit f7354b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/qiniu/io/IO.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public void onFailure(QiniuException ex) {
105105
return;
106106
}
107107
isa.reset();
108-
final Client.ClientExecutor executor2 = client.makeClientExecutor();
108+
Client.ClientExecutor executor2 = client.makeClientExecutor();
109109
client.call(executor2, Conf.UP_HOST2, m, ret);
110110
}
111111
};

0 commit comments

Comments
 (0)