Commit da8e318
Niall Pemberton
IO-135 - change deleteQuietly() to catch Exception rather than Throwable as per Stephen's comment on dev@:
"I think I would prefer catch(Exception) rather than catch(Throwable).Hiding an OutOfMemoryError (and similar) is generally a Bad Idea."
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@609395 13f79535-47bb-0310-9956-ffa450edef681 parent 8e9a08a commit da8e318
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
915 | 915 | | |
916 | 916 | | |
917 | 917 | | |
918 | | - | |
| 918 | + | |
919 | 919 | | |
920 | 920 | | |
921 | 921 | | |
922 | 922 | | |
923 | | - | |
| 923 | + | |
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
| |||
0 commit comments