summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorburaq <buraq@epfl.ch>2003-08-27 13:17:55 +0000
committerburaq <buraq@epfl.ch>2003-08-27 13:17:55 +0000
commitc6bfe08b2ee617f688b2e29572ca3b1caf7e97d0 (patch)
tree63384a0d14331d99514cabdff75d47c8ccdad0ab
parent194a0cfcbf48e2618d5c0884c57c31ce9be173fc (diff)
downloadscala-c6bfe08b2ee617f688b2e29572ca3b1caf7e97d0.tar.gz
scala-c6bfe08b2ee617f688b2e29572ca3b1caf7e97d0.tar.bz2
scala-c6bfe08b2ee617f688b2e29572ca3b1caf7e97d0.zip
oops, class name corrected
-rw-r--r--sources/scala/xml/FactoryAdapter.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scala/xml/FactoryAdapter.scala b/sources/scala/xml/FactoryAdapter.scala
index d71e171407..578025f68b 100644
--- a/sources/scala/xml/FactoryAdapter.scala
+++ b/sources/scala/xml/FactoryAdapter.scala
@@ -30,7 +30,7 @@ import org.xml.sax.helpers.ParserAdapter;
import org.xml.sax.helpers.XMLReaderFactory;
-abstract class NewFactoryAdapter
+abstract class FactoryAdapter
extends DefaultHandler()
// with ContentHandler
// with ErrorHandler // SAX2