File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
compiler/src/dotty/tools/io Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ package io
99
1010import java .io .{ InputStream , OutputStream , DataOutputStream }
1111import java .util .jar ._
12- import scala .collection . JavaConverters ._
12+ import scala .jdk . CollectionConverters ._
1313import scala .collection .mutable
1414import Attributes .Name
1515import scala .language .postfixOps
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package dotty.tools.io
22
33import java .nio .file .{FileSystemAlreadyExistsException , FileSystems }
44
5- import scala .collection . JavaConverters ._
5+ import scala .jdk . CollectionConverters ._
66
77/**
88 * This class implements an [[AbstractFile ]] backed by a jar
Original file line number Diff line number Diff line change @@ -10,9 +10,7 @@ import java.nio.file._
1010import java .net .{URI , URL }
1111import java .nio .file .attribute .{BasicFileAttributes , FileTime }
1212import java .io .IOException
13-
14- import scala .collection .JavaConverters ._
15-
13+ import scala .jdk .CollectionConverters ._
1614import scala .util .Random .alphanumeric
1715
1816/** An abstraction for filesystem paths. The differences between
You can’t perform that action at this time.
0 commit comments