This commit is contained in:
Looly
2021-08-12 00:19:22 +08:00
parent 884ac2e765
commit 05c679bfc5
4 changed files with 7 additions and 6 deletions

View File

@@ -74,6 +74,7 @@ public class StreamCopier extends IoCopier<InputStream, OutputStream> {
if (null != progress) {
progress.finish();
}
return size;
}