bentobox/src/main/java/us
Tastybento 29d09922b9 Switched to use Files.delete
When File.delete fails, this boolean method simply returns false with no
indication of the cause. On the other hand, when Files.delete fails,
this void method returns one of a series of exception types to better
indicate the cause of the failure. More information is generally better
in a debugging situation, so I'll use this option.
2018-02-07 19:33:59 -08:00
..
tastybento/bskyblock Switched to use Files.delete 2018-02-07 19:33:59 -08:00