un-finalize XMLDataObject?
Rich Unger <[email protected]> Thu, 09 Dec 2004 16:42:15 -0800
| Newsgroups | gmane.comp.java.netbeans.modules.xml.devel |
|---|---|
| Message-ID | <[email protected]> |
Are there any objections to me un-finalizing the class org.netbeans.modules.xml.core.XMLDataObject (in the trunk)? The comment says: * This class is final only for performance reasons, * can be unfinaled if desired. ...and it'd be nice for folks implementing DataObjects of some specific xml format to be able to subclass here. Rich