summaryrefslogtreecommitdiff
path: root/sources
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2004-11-01 07:53:16 +0000
committerburaq <buraq@epfl.ch>2004-11-01 07:53:16 +0000
commit25b24ddd2884ceddddf4e2b32e24dbe1154862db (patch)
tree0531a20168c55af4dbdb504935c6a14bb0f5c2f4 /sources
parentf99e4b1e18b0ab02d1f2abeea06fb035488b0b89 (diff)
downloadscala-25b24ddd2884ceddddf4e2b32e24dbe1154862db.tar.gz
scala-25b24ddd2884ceddddf4e2b32e24dbe1154862db.tar.bz2
scala-25b24ddd2884ceddddf4e2b32e24dbe1154862db.zip
cleanuup
Diffstat (limited to 'sources')
-rw-r--r--sources/scala/xml/nobinding/NoBindingFactoryAdapter.scala5
1 files changed, 1 insertions, 4 deletions
diff --git a/sources/scala/xml/nobinding/NoBindingFactoryAdapter.scala b/sources/scala/xml/nobinding/NoBindingFactoryAdapter.scala
index 117e7a8888..63a6b363dc 100644
--- a/sources/scala/xml/nobinding/NoBindingFactoryAdapter.scala
+++ b/sources/scala/xml/nobinding/NoBindingFactoryAdapter.scala
@@ -8,8 +8,7 @@
\* */
package scala.xml.nobinding;
-import scala.collection.{ immutable, mutable };
-//import scala.xml.{ Elem, Node, Text, FactoryAdapter, Utility };
+import scala.collection.mutable;
import org.xml.sax.InputSource;
/** nobinding adaptor providing callbacks to parser to create elements.
@@ -17,8 +16,6 @@ import org.xml.sax.InputSource;
*/
class NoBindingFactoryAdapter extends FactoryAdapter with NodeFactory[Elem] {
- type Elem = scala.xml.Elem;
-
// FactoryAdapter methods
/** returns true. Every XML node may contain text that the application needs