From d39fa1bb4731d30df0fd08288e2437f8764fe6b9 Mon Sep 17 00:00:00 2001 From: buraq Date: Thu, 2 Oct 2003 12:51:16 +0000 Subject: removed setChildren, 1st step to make elements ... removed setChildren, 1st step to make elements immutable --- sources/scala/xml/Element.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/sources/scala/xml/Element.scala b/sources/scala/xml/Element.scala index f604d5f7c2..9a128be66a 100644 --- a/sources/scala/xml/Element.scala +++ b/sources/scala/xml/Element.scala @@ -9,7 +9,6 @@ abstract class Element { def getName: String; // the real element name def getChildren: Seq[ Element ]; // the children - def setChildren( l:Seq[ Element ] ):Unit ; def getAttribs: Map[ String, String ]; // disabled def setAttribs( m:Map[ String, String ] ):Unit ; -- cgit v1.2.3