summaryrefslogtreecommitdiff
path: root/src/reflect/scala/reflect/io/PlainFile.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/reflect/scala/reflect/io/PlainFile.scala')
-rw-r--r--src/reflect/scala/reflect/io/PlainFile.scala2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/reflect/scala/reflect/io/PlainFile.scala b/src/reflect/scala/reflect/io/PlainFile.scala
index 8f24d84488..eb0940e703 100644
--- a/src/reflect/scala/reflect/io/PlainFile.scala
+++ b/src/reflect/scala/reflect/io/PlainFile.scala
@@ -7,8 +7,6 @@ package scala
package reflect
package io
-import java.io.{ FileInputStream, FileOutputStream, IOException }
-
/** ''Note: This library is considered experimental and should not be used unless you know what you are doing.'' */
class PlainDirectory(givenPath: Directory) extends PlainFile(givenPath) {
override def isDirectory = true