Name: skT45625 Date: 08/25/2000
java version "1.3.0"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
Object.wait( long timeout )
is relatively useless. That's because you can't differentiate whether or not
you timed out. This causes this method to be of no real value.
Please, please, add a
Object.wait( long timeout, boolean throwOnTimeout ) throws TimeoutException
(Review ID: 108942)
======================================================================