From 25b1b24c08f23f94eb817357cb5fe02e05d706a1 Mon Sep 17 00:00:00 2001 From: mihaylov Date: Sat, 11 Nov 2006 07:54:39 +0000 Subject: Removed java.io._ imports from the test suite --- test/files/jvm5/attributes.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/jvm5/attributes.scala') diff --git a/test/files/jvm5/attributes.scala b/test/files/jvm5/attributes.scala index be949e25a9..2f8e434fa4 100644 --- a/test/files/jvm5/attributes.scala +++ b/test/files/jvm5/attributes.scala @@ -12,7 +12,7 @@ object Test1 { } object Test2 { - import java.io._ + import java.io.{BufferedReader,FileReader, IOException} class Reader(fname: String) { private val in = new BufferedReader(new FileReader(fname)) [throws(classOf[IOException])] -- cgit v1.2.3