We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 091063f commit 04112e8Copy full SHA for 04112e8
1 file changed
microsphere-java-core/src/main/java/io/microsphere/io/FileUtils.java
@@ -183,7 +183,7 @@ public static void forceDeleteOnExit(File file) {
183
* @throws NullPointerException if the directory is {@code null}
184
* @throws IOException in case deletion is unsuccessful
185
*/
186
- private static void deleteDirectoryOnExit(File directory) {
+ public static void deleteDirectoryOnExit(File directory) {
187
if (!directory.exists()) {
188
return;
189
}
0 commit comments