Skip to content

Commit

Permalink
Reference java.nio.file.NoSuchFileException vs kotlin.io.NoSuchFileEx…
Browse files Browse the repository at this point in the history
…ception in exception logic for missing public.txt (#1448)
  • Loading branch information
jrodbx committed May 24, 2024
1 parent f9ccda4 commit 4b353e7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import java.io.IOException
import java.io.InputStreamReader
import java.nio.charset.StandardCharsets.UTF_8
import java.nio.file.Files
import java.nio.file.NoSuchFileException
import java.nio.file.Path
import java.util.logging.Logger
import java.util.stream.Collectors
Expand Down

0 comments on commit 4b353e7

Please sign in to comment.