[jdom-interest] Child-Parent patch - Ideas.

Rolf Lear rlear at algorithmics.com
Fri Feb 6 11:11:39 PST 2004


And again.

There is a really obvious cleanup still in ContentList:

removeParent becomes:

    /** Remove the parent of a Object */
    private void removeParent(Content cont) {
        cont.setParent(null);
    }

There are a couple of places where removeParent is called where the type of
the "obj" should be "Content". It's obvious with the code in front of you.

Rolf




More information about the jdom-interest mailing list