summaryrefslogtreecommitdiff
path: root/test/files/jvm
diff options
context:
space:
mode:
authorSimon Ochsenreither <simon@ochsenreither.de>2013-05-12 23:37:54 +0200
committerSimon Ochsenreither <simon@ochsenreither.de>2013-05-16 18:14:44 +0200
commitae43506bc635f364a5d9a70969d23933160fa7a1 (patch)
tree021b948e7e70b03eb879f24194fd3add1b535abf /test/files/jvm
parentea681ec7cca6606f9a48b6bc90a88f04d135b1e4 (diff)
downloadscala-ae43506bc635f364a5d9a70969d23933160fa7a1.tar.gz
scala-ae43506bc635f364a5d9a70969d23933160fa7a1.tar.bz2
scala-ae43506bc635f364a5d9a70969d23933160fa7a1.zip
SI-7469 Remove @deprecated scala.util.logging
Diffstat (limited to 'test/files/jvm')
-rw-r--r--test/files/jvm/xml01.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/files/jvm/xml01.scala b/test/files/jvm/xml01.scala
index 2fab650637..75777a5b94 100644
--- a/test/files/jvm/xml01.scala
+++ b/test/files/jvm/xml01.scala
@@ -1,7 +1,6 @@
import java.io.StringReader
import org.xml.sax.InputSource
-import scala.util.logging._
import scala.xml._
object Test extends App {