[jdom-interest] Doc bug in Namespace.java

Elliotte Rusty Harold elharo at metalab.unc.edu
Wed Jun 14 14:08:13 PDT 2000


Very minor fix:

In Namespace.java line 175

     *    with a prefix and URI; it is intentionally left
<code>protected</code>

should be 

     *    with a prefix and URI; it is intentionally left
<code>private</code>

That is, change protected to private.


-- 
+-----------------------+------------------------+-------------------+
| 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