We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a2a3db + 94f0268 commit aff000eCopy full SHA for aff000e
compiler/src/dotty/tools/io/ClassPath.scala
@@ -157,7 +157,7 @@ object ClassPath {
157
catch { case _: MalformedURLException => None }
158
159
def manifests: List[java.net.URL] = {
160
- import scala.collection.JavaConverters._
+ import scala.jdk.CollectionConverters.EnumerationHasAsScala
161
val resources = Thread.currentThread().getContextClassLoader().getResources("META-INF/MANIFEST.MF")
162
resources.asScala.filter(_.getProtocol == "jar").toList
163
}
0 commit comments