Skip to content

Commit

Permalink
fix: error filesys package layer naming (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangt2333 committed Mar 20, 2022
1 parent 6285bb0 commit 13cd4ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

package cn.edu.sdu.qd.oj.judger.client;

import cn.edu.sdu.qd.oj.api.FilesysApi;
import cn.edu.sdu.qd.oj.filesys.api.FilesysApi;
import org.springframework.cloud.openfeign.FeignClient;

@FeignClient(value = FilesysApi.SERVICE_NAME, qualifier = "FilesysClient")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

import cn.edu.sdu.qd.oj.checkpoint.dto.CheckpointManageListDTO;
import cn.edu.sdu.qd.oj.common.util.CollectionUtils;
import cn.edu.sdu.qd.oj.dto.FileDownloadReqDTO;
import cn.edu.sdu.qd.oj.filesys.dto.FileDownloadReqDTO;
import cn.edu.sdu.qd.oj.judger.client.*;
import cn.edu.sdu.qd.oj.judger.command.CommandExecutor;
import cn.edu.sdu.qd.oj.judger.config.PathConfig;
Expand Down

0 comments on commit 13cd4ed

Please sign in to comment.