Hi Roger, On May 13, 2016, at 11:44 AM, Roger Riggs <roger.ri...@oracle.com> wrote:
> Looks fine. Thanks for digging through all the cases. Thanks & you’re welcome. > The @see indenting is ok, but not really a thing. White space is should not > be used/relied upon for formatting. The public javadoc http://download.java.net/java/jdk9/docs/api/java/io/Writer.html just shows the @see contents as one wrapped line. It seemed to me that to have “@see Writer” in the Writer class itself was unnecessary given the lack of formatting as it merely points back to the same class. Brian