Skip to content

Commit 04112e8

Browse files
committed
Update FileUtils.java
1 parent 091063f commit 04112e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microsphere-java-core/src/main/java/io/microsphere/io/FileUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public static void forceDeleteOnExit(File file) {
183183
* @throws NullPointerException if the directory is {@code null}
184184
* @throws IOException in case deletion is unsuccessful
185185
*/
186-
private static void deleteDirectoryOnExit(File directory) {
186+
public static void deleteDirectoryOnExit(File directory) {
187187
if (!directory.exists()) {
188188
return;
189189
}

0 commit comments

Comments
 (0)