spotlessApply 적용

This commit is contained in:
2026-01-22 13:43:21 +09:00
parent 186c20d6e3
commit 890e7c65d3
6 changed files with 56 additions and 87 deletions

View File

@@ -439,7 +439,6 @@ public class FIleChecker {
String parentPath = path.getParent().toString();
String fullPath = path.toAbsolutePath().toString();
File file = new File(fullPath);
long fileSize = file.length();
String lastModified = dttmFormat.format(new Date(file.lastModified()));