Silent warning

"imported `Properties' is permanently hidden by definition of object Properties in package util"
This commit is contained in:
Alexandre Archambault 2016-02-07 13:33:56 +01:00
parent b05e942fa4
commit 2ca57527eb
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
package coursier.util
import java.util.Properties
import java.util.{ Properties => JProperties }
object Properties {
private lazy val props = {
val p = new Properties()
val p = new JProperties()
p.load(
getClass
.getClassLoader