update tests

This commit is contained in:
am0o0
2024-06-08 01:05:55 +02:00
parent ceea475c45
commit 240b4cd696

View File

@@ -37,8 +37,6 @@ public class SpringIoPathInjection {
new FileSystemResource(
FileSystems.getFileSystem(URI.create("file:///")), path); // $ PathInjection
ResourceUtils.getFile(path); // summaryModel
ResourceUtils.getFile(path); // summaryModel
FileSystemUtils.copyRecursively(filePath, filePath.resolve("/newPath")); // $ PathInjection
FileSystemUtils.copyRecursively(pathFile, pathFile); // $ PathInjection
FileSystemUtils.deleteRecursively(pathFile); // $ PathInjection