Commit d9e154a
Remove throws IOException in method isSymlink() (#80)
* Remove throws IOException in method isSymlink()
The IOException is caught in 'Files.isSymbolicLink(Path path)' and therefore not thrown anymore in 'public static boolean isSymlink(final File file)'.
* Update FileUtils.java
Remove some not thrown IOExceptions
* Update FileUtils.java
Remove some not thrown IOExceptions1 parent 7c88a63 commit d9e154a
1 file changed
Lines changed: 7 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2683 | 2683 | | |
2684 | 2684 | | |
2685 | 2685 | | |
2686 | | - | |
2687 | | - | |
2688 | | - | |
2689 | | - | |
2690 | | - | |
2691 | | - | |
| 2686 | + | |
| 2687 | + | |
| 2688 | + | |
| 2689 | + | |
2692 | 2690 | | |
2693 | | - | |
2694 | | - | |
2695 | 2691 | | |
2696 | 2692 | | |
2697 | 2693 | | |
| |||
2741 | 2737 | | |
2742 | 2738 | | |
2743 | 2739 | | |
2744 | | - | |
2745 | | - | |
2746 | | - | |
2747 | | - | |
2748 | | - | |
2749 | | - | |
| 2740 | + | |
| 2741 | + | |
2750 | 2742 | | |
2751 | 2743 | | |
2752 | 2744 | | |
| |||
3161 | 3153 | | |
3162 | 3154 | | |
3163 | 3155 | | |
3164 | | - | |
3165 | 3156 | | |
3166 | 3157 | | |
3167 | | - | |
| 3158 | + | |
3168 | 3159 | | |
3169 | 3160 | | |
3170 | 3161 | | |
| |||
0 commit comments