Generated by
JDiff

Class java.lang.Object

Documentation changed from old to new.

Changed Methods
void finalize() Documentation changed from old to new.
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
String toString() Documentation changed from old to new.
Returns a string representation of the object.
void wait(long) Documentation changed from old to new.
Causes current thread to wait until either another thread invokes the java.lang.Object#notify() method or the java.lang.Object#notifyAll() method for this object or a specified amount of time has elapsed.
void wait(long, int) Documentation changed from old to new.
Causes current thread to wait until another thread invokes the java.lang.Object#notify() method or the java.lang.Object#notifyAll() method for this object or some other thread interrupts the current thread or a certain amount of real time has elapsed.