Skip to content

Commit

Permalink
disambiguate overload (overload is new in JDK 13)
Browse files Browse the repository at this point in the history
this turned up in the context of scala/community-build#873
  • Loading branch information
SethTisue committed Oct 10, 2019
1 parent 1531a86 commit 3a998e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object PathIRContainer {

blocking {
// Open zip/jar file as filesystem.
val fs = FileSystems.newFileSystem(path, null)
val fs = FileSystems.newFileSystem(path, null: ClassLoader)
try {
val i = fs.getRootDirectories().iterator()
while (i.hasNext()) {
Expand Down

0 comments on commit 3a998e6

Please sign in to comment.