Bug 29146

Summary: JDOM b10 has removed Element.addContent(Element)
Product: Slide Reporter: Robert Flaherty <Robert_Flaherty>
Component: WebDAV ServerAssignee: Slide Developer List <slide-dev>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: ---   
Hardware: Other   
OS: other   

Description Robert Flaherty 2004-05-21 19:07:03 UTC
This is the first that I ran into, there may be other methods.
Comment 1 Jim Myers 2004-05-21 19:46:11 UTC
Element now extends Content and there is an Element.addContent method. If I 
remember correctly, all I had to do was recompile everything.
Comment 2 Jim Myers 2004-05-21 19:47:42 UTC
typed too fast - an Element.addContent(Content) method now exists