File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
spring-core/src/main/java/org/springframework/util Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2020 the original author or authors.
2
+ * Copyright 2002-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -68,10 +68,10 @@ public static boolean deleteRecursively(@Nullable File root) {
68
68
}
69
69
70
70
/**
71
- * Delete the supplied {@link File } — for directories,
71
+ * Delete the supplied {@link Path } — for directories,
72
72
* recursively delete any nested directories or files as well.
73
- * @param root the root {@code File } to delete
74
- * @return {@code true} if the {@code File } existed and was deleted,
73
+ * @param root the root {@code Path } to delete
74
+ * @return {@code true} if the {@code Path } existed and was deleted,
75
75
* or {@code false} if it did not exist
76
76
* @throws IOException in the case of I/O errors
77
77
* @since 5.0
You can’t perform that action at this time.
0 commit comments