Name: krC82822 Date: 06/23/2001
java version "1.4.0-beta"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta-b65)
Java HotSpot(TM) Client VM (build 1.4.0-beta-b65, mixed mode)
In the Serialization notes: "attempt" is spelled "atempt".
>>The ResourceBundle is not transmitted as part of the serialized form, but the
resource bundle name is, and the recipient object's readObject method will
atempt to locate a suitable resource bundle. <<
-----------
[in setThrown()'s method summary:]
"associated" is spelled "associateded" in setThrown() in 2 places
>>
void setThrown(Throwable thrown)
Set a throwable associateded with the log event.
<<
>>
setThrown
public void setThrown(Throwable thrown)
Set a throwable associateded with the log event.
Parameters:
throwable - a throwable
<<
-----------
[In the Constructor Detail section:]
"will" is spelled "wwill"
>>The thread ID property wwill be initialized with a unique ID for the current
thread. <<
(Review ID: 127210)
======================================================================