summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2003-12-08 15:59:32 +0000
committerburaq <buraq@epfl.ch>2003-12-08 15:59:32 +0000
commit6cc72548056de15e53c381fc59a6545fa8789331 (patch)
treeaa17830c9bfd17ee67c81e70112a6e299f0c64db /sources
parent8d9a50e63ad8b3486b317ab9294ca7d3b9ee2550 (diff)
downloadscala-6cc72548056de15e53c381fc59a6545fa8789331.tar.gz
scala-6cc72548056de15e53c381fc59a6545fa8789331.tar.bz2
scala-6cc72548056de15e53c381fc59a6545fa8789331.zip
dont need Element
Diffstat (limited to 'sources')
-rw-r--r--sources/scala/xml/Utility.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scala/xml/Utility.scala b/sources/scala/xml/Utility.scala
index 0f7528afc7..72c8bcdcf8 100644
--- a/sources/scala/xml/Utility.scala
+++ b/sources/scala/xml/Utility.scala
@@ -2,7 +2,7 @@ package scala.xml ;
import java.lang.StringBuffer ; /* Java dependency! */
import scala.collection.Map ;
-import scala.xml.nobinding.Element ;
+
/** Utility functions for processing instances of bound and not bound XML classes.
**/