[jdom-interest] JavaDoc change for Document.java
Elliotte Rusty Harold
elharo at metalab.unc.edu
Mon Jun 12 14:23:40 PDT 2000
In Document.java,
/**
* This <code>Document</code>'s
* <code>{@link Comment}</code>s and
* the root <code>{@link Element}</code>
*/
protected List content;
should be something like this:
/**
* This <code>Document</code>'s
* <code>{@link Comment}</code>s,
* <code>{@link ProcessingInstruction}</code>s and
* the root <code>{@link Element}</code>
*/
protected List content;
That is, add processing instructions to the list of legal content. This
is a documentation change only.
--
+-----------------------+------------------------+-------------------+
| Elliotte Rusty Harold | elharo at metalab.unc.edu | Writer/Programmer |
+-----------------------+------------------------+-------------------+
| Java I/O (O'Reilly & Associates, 1999) |
| http://metalab.unc.edu/javafaq/books/javaio/ |
| http://www.amazon.com/exec/obidos/ISBN=1565924851/cafeaulaitA/ |
+----------------------------------+---------------------------------+
| Read Cafe au Lait for Java News: http://metalab.unc.edu/javafaq/ |
| Read Cafe con Leche for XML News: http://metalab.unc.edu/xml/ |
+----------------------------------+---------------------------------+
More information about the jdom-interest
mailing list