Name: dk30142 Date: 11/02/98
A minor bug:
Before the names of methods inheirted from Object,
javadoc always generates a comma, which should be
removed:
====================================================
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait,
wait, wait
====================================================
The comma before "clone" should be removed.
regards.
(Review ID: 41917)
======================================================================