Bug 29146 - JDOM b10 has removed Element.addContent(Element)
Summary: JDOM b10 has removed Element.addContent(Element)
Status: NEW
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV Server (show other bugs)
Version: 2.0
Hardware: Other other
: P3 normal (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-21 19:07 UTC by Robert Flaherty
Modified: 2004-11-16 19:05 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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