Skip to content

Commit

Permalink
refactor: Optimize code
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Dec 17, 2024
1 parent 99c0c75 commit 795eb0f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.jmal.clouddisk.lucene;

import cn.hutool.crypto.SecureUtil;
import com.jmal.clouddisk.config.FileProperties;
import com.jmal.clouddisk.service.impl.CommonFileService;
import com.jmal.clouddisk.service.impl.UserServiceImpl;
import lombok.RequiredArgsConstructor;
Expand All @@ -20,8 +19,6 @@ public class TaskProgressService {

private final CommonFileService commonFileService;

private final FileProperties fileProperties;

private final UserServiceImpl userService;

private final static Map<String, TaskProgress> TASK_PROGRESS_MAP = new ConcurrentSkipListMap<>();
Expand Down

0 comments on commit 795eb0f

Please sign in to comment.