File tree 3 files changed +3
-5
lines changed
compiler/src/dotty/tools/io 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ package io
9
9
10
10
import java .io .{ InputStream , OutputStream , DataOutputStream }
11
11
import java .util .jar ._
12
- import scala .collection . JavaConverters ._
12
+ import scala .jdk . CollectionConverters ._
13
13
import scala .collection .mutable
14
14
import Attributes .Name
15
15
import scala .language .postfixOps
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package dotty.tools.io
2
2
3
3
import java .nio .file .{FileSystemAlreadyExistsException , FileSystems }
4
4
5
- import scala .collection . JavaConverters ._
5
+ import scala .jdk . CollectionConverters ._
6
6
7
7
/**
8
8
* 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._
10
10
import java .net .{URI , URL }
11
11
import java .nio .file .attribute .{BasicFileAttributes , FileTime }
12
12
import java .io .IOException
13
-
14
- import scala .collection .JavaConverters ._
15
-
13
+ import scala .jdk .CollectionConverters ._
16
14
import scala .util .Random .alphanumeric
17
15
18
16
/** An abstraction for filesystem paths. The differences between
You can’t perform that action at this time.
0 commit comments