Name: diC59631 Date: 09/04/98
In the JDK 1.2 beta 4 documentation HTML pages,
the method description of putProperty refers to
a list that it does not defined anywhere.
It says:
putProperty
public void putProperty(Object key,
Object value)
Puts a new property on the list.
Parameters:
key - the non-null property key
value - the property value
There is no mention of a property list anywhere
in the whole interface description for Document.
Maybe that was supposed to be "associates a new
property with the *document*" (to resemble the
wording for method getProperty)?
(Review ID: 36330)
======================================================================