This website works better with JavaScript
Home
Explore
Help
Sign In
githab
/
jfinal
Watch
2
Star
0
Fork
0
Files
Browse Source
jfinal 3.2 release
James
8 years ago
parent
1ee4208567
commit
090e888b79
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
src/main/java/com/jfinal/kit/FileKit.java
+ 1
- 1
src/main/java/com/jfinal/kit/FileKit.java
View File
@@ -34,8 +34,8 @@ public class FileKit {
delete(files[i]);
delete(files[i]);
}
}
}
}
+ file.delete();
}
}
- file.delete();
}
}
}
}
}
}