mirror of
https://github.com/sbt/sbt.git
synced 2026-09-08 03:09:49 +02:00
Fix warnings about unused pattern vars in various projects
This commit is contained in:
@@ -34,7 +34,7 @@ class JUnitXmlTestsListener(val outputDir: String) extends TestsListener {
|
||||
val hostname =
|
||||
try InetAddress.getLocalHost.getHostName
|
||||
catch {
|
||||
case x: IOException => "localhost"
|
||||
case _: IOException => "localhost"
|
||||
}
|
||||
|
||||
/**The dir in which we put all result files. Is equal to the given dir + "/test-reports"*/
|
||||
|
||||
Reference in New Issue
Block a user