mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 02:08:15 +08:00
update 优化注释错别字
This commit is contained in:
parent
67f110565f
commit
9edb4fb95e
@ -78,7 +78,7 @@ public class PartUploadCacheHelper {
|
||||
if (cache==null) {
|
||||
return;
|
||||
}
|
||||
// 如果未合并,啧调用OssClient终止分片上传任务的方法,让OSS删除已上传的分片
|
||||
// 如果未合并,则调用OssClient终止分片上传任务的方法,让OSS删除已上传的分片
|
||||
if (!cache.isNeedMerge() && CollUtil.isNotEmpty(cache.getPartInfoList())) {
|
||||
OssClient instance = OssFactory.instance(cache.getService());
|
||||
// 终止分片上传任务
|
||||
|
||||
Loading…
Reference in New Issue
Block a user