This commit is contained in:
r-ca 2024-01-09 11:55:37 +09:00
parent cc35d8a5ea
commit c513b44e8d
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -57,7 +57,6 @@ public class FileManagerImpl implements FileManager {
resolvedPath = resolvedPath.resolve(pathPart);
} catch (Exception e) {
throw new IOException("Invalid path: " + path);
return null;
}
}
logger.debug("resolveStringPath", "resolvedPath: " + resolvedPath);