chore: Update Scala to 2.13.13 (#1155)
* chore: Update Scala to 2.13.13 * chore: Remove unused imports * chore: Update Scala version to 2.13.13 in link-validator.conf
This commit is contained in:
parent
dbfdcb678d
commit
d884540c92
4 changed files with 13 additions and 11 deletions
|
|
@ -167,7 +167,6 @@ class BundleDescriptorBuilder(name: String) {
|
|||
}
|
||||
|
||||
def extractHeaders(file: File): HashMap[String, String] = {
|
||||
import scala.collection.JavaConverters.iterableAsScalaIterableConverter
|
||||
val headers = new HashMap[String, String]()
|
||||
val jis = new JarInputStream(new FileInputStream(file))
|
||||
try {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue