폴더, 파일찾기 수정

This commit is contained in:
Moon
2025-12-18 18:44:24 +09:00
parent 6c2acda5eb
commit c363bf6cfc
5 changed files with 33 additions and 47 deletions

View File

@@ -145,7 +145,8 @@ public class FileDto {
private final long fileTotSize;
private final List<FIleChecker.Basic> files;
public FilesDto(String dirPath, int fileTotCnt, long fileTotSize, List<FIleChecker.Basic> files) {
public FilesDto(
String dirPath, int fileTotCnt, long fileTotSize, List<FIleChecker.Basic> files) {
this.dirPath = dirPath;
this.fileTotCnt = fileTotCnt;