Name: rmT116609 Date: 01/30/2001
java version "1.2.2"
Classic VM (build JDK-1.2.2-W, native threads, symcjit)
In the StringBuffer class, method
public synchronized StringBuffer reverse()
the @return has a typing error:
* @return a reference to this <codeStringBuffer</code> object..
the <code> tag is not correctly closed. In the end of line, there's an extra
dot.
(Review ID: 116045)
======================================================================